python310Packages.zope-hookable 0 -> 1 attrpath: python310Packages.zope-hookable 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/di5gxvvk42kkdjwmnvsv4hmxpsak1cn5-packages.json.drv building '/nix/store/di5gxvvk42kkdjwmnvsv4hmxpsak1cn5-packages.json.drv'... Going to be running update for following packages: - python3.10-zope-hookable-5.2 Press Enter key to continue... Running update for: - python3.10-zope-hookable-5.2: UPDATING ... - python3.10-zope-hookable-5.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-hookable/default.nix b/pkgs/development/python-modules/zope-hookable/default.nix index f1bc3bf72f7..20d810064b6 100644 --- a/pkgs/development/python-modules/zope-hookable/default.nix +++ b/pkgs/development/python-modules/zope-hookable/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "zope-hookable"; - version = "5.2"; + version = "5.4"; src = fetchPypi { pname = "zope.hookable"; inherit version; - sha256 = "sha256-TDAYvPKznPXMz0CCb3mbS4wUAFbbeA+WywyjMqJDvSk="; + sha256 = "sha256-+2AfAKyH5apYKoExXtlnaM41EygHKdP1H3kxLiuLlKw="; }; checkInputs = [ zope_testing ]; No auto update branch exists Old version 5.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , zope_testing }: buildPythonPackage rec { pname = "zope-hookable"; version = "5.4"; src = fetchPypi { pname = "zope.hookable"; inherit version; sha256 = "sha256-+2AfAKyH5apYKoExXtlnaM41EygHKdP1H3kxLiuLlKw="; }; checkInputs = [ zope_testing ]; meta = with lib; { description = "Supports the efficient creation of “hookable” objects"; homepage = "https://github.com/zopefoundation/zope.hookable"; license = licenses.zpl21; }; }