python310Packages.pytz 0 -> 1 attrpath: python310Packages.pytz 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/cjj43z9wcmaakgk7lykdh5gj36zji40s-packages.json.drv building '/nix/store/cjj43z9wcmaakgk7lykdh5gj36zji40s-packages.json.drv'... Going to be running update for following packages: - python3.10-pytz-2022.7 Press Enter key to continue... Running update for: - python3.10-pytz-2022.7: UPDATING ... - python3.10-pytz-2022.7: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytz/default.nix b/pkgs/development/python-modules/pytz/default.nix index e162a4a6cb6..b8594e51f83 100644 --- a/pkgs/development/python-modules/pytz/default.nix +++ b/pkgs/development/python-modules/pytz/default.nix @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "pytz"; - version = "2022.7"; + version = "2022.7.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-fM+ue0ssBnRkpnM8YmFnP9uP0b6QVGA5a5egc+n6aDo="; + hash = "sha256-AaBoHEuWhKKDBGFeulXRqzGuAL9o7BV+w3CKgYLbvNA="; }; nativeCheckInputs = [ unittestCheckHook ]; No auto update branch exists There might already be an open PR for this update: - python310Packages.pytz: 2022.7 -> 2022.7.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/211472"