python3Packages.ast-serialize: 0.5.0 -> 0.6.0

https://github.com/mypyc/ast_serialize/compare/v0.5.0...v0.6.0
This commit is contained in:
Martin Weinelt
2026-07-11 18:20:57 +02:00
parent 2987a2e9bb
commit f161fd908c

View File

@@ -7,19 +7,19 @@
buildPythonPackage (finalAttrs: {
pname = "ast-serialize";
version = "0.5.0";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mypyc";
repo = "ast_serialize";
tag = "v${finalAttrs.version}";
hash = "sha256-GmhbMraI16J6ePtn7lXAWaJ+9zDH1GdebKIAzm5w9ok=";
hash = "sha256-7MNtry/GDUpjuh/rMB+R4wAQpPAG/yLNGqH4tEyK7tw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-h+BklNeoQaRVWczsE9sFXgvFrnHW5vjWOVaOvLghv0U=";
hash = "sha256-iw1qkQoagmS+8e9znEEo4EZocu+ECL4c+egBY2TOrk0=";
};
build-system = [