python310Packages.zope_exceptions 0 -> 1 attrpath: python310Packages.zope_exceptions 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/qhvlx00ay946dwr28rd8kz4zpa164zpf-packages.json.drv building '/nix/store/qhvlx00ay946dwr28rd8kz4zpa164zpf-packages.json.drv'... Going to be running update for following packages: - python3.10-zope.exceptions-4.5 Press Enter key to continue... Running update for: - python3.10-zope.exceptions-4.5: UPDATING ... - python3.10-zope.exceptions-4.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/zope_exceptions/default.nix b/pkgs/development/python-modules/zope_exceptions/default.nix index fb1eb07154a..16da25903ea 100644 --- a/pkgs/development/python-modules/zope_exceptions/default.nix +++ b/pkgs/development/python-modules/zope_exceptions/default.nix @@ -6,11 +6,11 @@ buildPythonPackage rec { pname = "zope.exceptions"; - version = "4.5"; + version = "4.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-TjW7oEiJxdEU3KpVKXQl1fM/YYqF7323Ehs7dxEAeE4="; + sha256 = "sha256-YZ0kpMZb7Zez3QUV5zLoK2nxVdQsyUlV0b6MKCiGg80="; }; propagatedBuildInputs = [ zope_interface ]; No auto update branch exists Old version 4.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , zope_interface }: buildPythonPackage rec { pname = "zope.exceptions"; version = "4.6"; src = fetchPypi { inherit pname version; sha256 = "sha256-YZ0kpMZb7Zez3QUV5zLoK2nxVdQsyUlV0b6MKCiGg80="; }; propagatedBuildInputs = [ zope_interface ]; # circular deps doCheck = false; meta = with lib; { description = "Exception interfaces and implementations"; homepage = "https://pypi.python.org/pypi/zope.exceptions"; license = licenses.zpl20; maintainers = with maintainers; [ goibhniu ]; }; }