python312Packages.nest-asyncio 1.5.6 -> 1.6.0 https://repology.org/project/python:nest-asyncio/versions attrpath: python312Packages.nest-asyncio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i9a743h009cy8wv16lfw6rzfhsv2ysr3-packages.json.drv building '/nix/store/i9a743h009cy8wv16lfw6rzfhsv2ysr3-packages.json.drv'... Going to be running update for following packages: - python3.12-nest_asyncio-1.5.6 Press Enter key to continue... Running update for: - python3.12-nest_asyncio-1.5.6: UPDATING ... - python3.12-nest_asyncio-1.5.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nest-asyncio/default.nix b/pkgs/development/python-modules/nest-asyncio/default.nix index fcd74efe9237..4c8bfd0aca94 100644 --- a/pkgs/development/python-modules/nest-asyncio/default.nix +++ b/pkgs/development/python-modules/nest-asyncio/default.nix @@ -5,13 +5,13 @@ }: buildPythonPackage rec { - version = "1.5.6"; + version = "1.6.0"; pname = "nest_asyncio"; disabled = !(pythonAtLeast "3.5"); src = fetchPypi { inherit pname version; - hash = "sha256-0mfMH/eUQD999pKWTR0qP6lBj/6io/aFmkOf9IL+8pA="; + hash = "sha256-bxctVEmsoVr9bGRoUfTjHgLFmNVTpmfjjK+pl8/sVf4="; }; # tests not packaged with source dist as of 1.3.2/1.3.2, and No auto update branch exists Python package with too many package rebuilds 227 > 25