python310Packages.zope_i18nmessageid 0 -> 1 attrpath: python310Packages.zope_i18nmessageid 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/4casxh14qrvnx6pmf1iwzrqkavhd1217-packages.json.drv building '/nix/store/4casxh14qrvnx6pmf1iwzrqkavhd1217-packages.json.drv'... Going to be running update for following packages: - python3.10-zope.i18nmessageid-5.0.1 Press Enter key to continue... Running update for: - python3.10-zope.i18nmessageid-5.0.1: UPDATING ... - python3.10-zope.i18nmessageid-5.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/zope_i18nmessageid/default.nix b/pkgs/development/python-modules/zope_i18nmessageid/default.nix index 1155adc83e9..3e89f05f60f 100644 --- a/pkgs/development/python-modules/zope_i18nmessageid/default.nix +++ b/pkgs/development/python-modules/zope_i18nmessageid/default.nix @@ -8,11 +8,11 @@ buildPythonPackage rec { pname = "zope.i18nmessageid"; - version = "5.0.1"; + version = "5.1.1"; src = fetchPypi { inherit pname version; - sha256 = "9534142b684c986f5303f469573978e5a340f05ba2eee4f872933f1c38b1b059"; + sha256 = "sha256-R7djR7gOCytmxIbuZvP4bFdJOiB1uFqfuAJpD6cwvZI="; }; propagatedBuildInputs = [ six ]; No auto update branch exists Old version 5.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , six , coverage , zope_testrunner }: buildPythonPackage rec { pname = "zope.i18nmessageid"; version = "5.1.1"; src = fetchPypi { inherit pname version; sha256 = "sha256-R7djR7gOCytmxIbuZvP4bFdJOiB1uFqfuAJpD6cwvZI="; }; propagatedBuildInputs = [ six ]; checkInputs = [ coverage zope_testrunner ]; meta = with lib; { homepage = "https://github.com/zopefoundation/zope.i18nmessageid"; description = "Message Identifiers for internationalization"; license = licenses.zpl20; maintainers = with maintainers; [ goibhniu ]; }; }