python312Packages.uncompyle6 3.9.0 -> 3.9.1 https://github.com/rocky/python-uncompyle6/releases attrpath: python312Packages.uncompyle6 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/w0wwlgvqx4gznv0bwig9lqbckw7pc04i-packages.json.drv building '/nix/store/w0wwlgvqx4gznv0bwig9lqbckw7pc04i-packages.json.drv'... Going to be running update for following packages: - python3.12-uncompyle6-3.9.0 Press Enter key to continue... Running update for: - python3.12-uncompyle6-3.9.0: UPDATING ... - python3.12-uncompyle6-3.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/uncompyle6/default.nix b/pkgs/development/python-modules/uncompyle6/default.nix index 9820902a69a4..0f1936c7a5ee 100644 --- a/pkgs/development/python-modules/uncompyle6/default.nix +++ b/pkgs/development/python-modules/uncompyle6/default.nix @@ -12,13 +12,13 @@ buildPythonPackage rec { pname = "uncompyle6"; - version = "3.9.0"; + version = "3.9.1"; format = "setuptools"; disabled = pythonAtLeast "3.9"; # See: https://github.com/rocky/python-uncompyle6/issues/331 src = fetchPypi { inherit pname version; - hash = "sha256-HmqQLeYOpcP30q9+J0UAa05Lm97eiIoH+EQcmTjy7n0="; + hash = "sha256-xFHDjrPFzINOuLip5uCwzzIm5NlNCP0nbdA/6RWO2yc="; }; nativeCheckInputs = [ nose pytest hypothesis six ]; No auto update branch exists Update edits cause no rebuilds.