python310Packages.zope_location 0 -> 1 attrpath: python310Packages.zope_location 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/p97hlhhnia8kxwgzg7xj70fmvbgw8v59-packages.json.drv building '/nix/store/p97hlhhnia8kxwgzg7xj70fmvbgw8v59-packages.json.drv'... Going to be running update for following packages: - python3.10-zope.location-4.2 Press Enter key to continue... Running update for: - python3.10-zope.location-4.2: UPDATING ... - python3.10-zope.location-4.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/zope_location/default.nix b/pkgs/development/python-modules/zope_location/default.nix index 69fee2e338f..f4fe420951d 100644 --- a/pkgs/development/python-modules/zope_location/default.nix +++ b/pkgs/development/python-modules/zope_location/default.nix @@ -6,11 +6,11 @@ buildPythonPackage rec { pname = "zope.location"; - version = "4.2"; + version = "4.3"; src = fetchPypi { inherit pname version; - sha256 = "a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac"; + sha256 = "sha256-Fx7tyKIOw6isJxOaqQzyd/93dy6gMrVLaicBp5J7OsU="; }; propagatedBuildInputs = [ zope_proxy ]; No auto update branch exists Old version 4.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , zope_proxy }: buildPythonPackage rec { pname = "zope.location"; version = "4.3"; src = fetchPypi { inherit pname version; sha256 = "sha256-Fx7tyKIOw6isJxOaqQzyd/93dy6gMrVLaicBp5J7OsU="; }; propagatedBuildInputs = [ zope_proxy ]; # ignore circular dependency on zope_schema preBuild = '' sed -i '/zope.schema/d' setup.py ''; doCheck = false; meta = with lib; { homepage = "https://github.com/zopefoundation/zope.location/"; description = "Zope Location"; license = licenses.zpl20; maintainers = with maintainers; [ goibhniu ]; }; }