python311Packages.pytz 0 -> 1 attrpath: python311Packages.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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wyxa74jxvx2f4xr7f0wmzi4h51fm0z2n-packages.json.drv building '/nix/store/wyxa74jxvx2f4xr7f0wmzi4h51fm0z2n-packages.json.drv'... Going to be running update for following packages: - python3.11-pytz-2023.3.post1 Press Enter key to continue... Running update for: - python3.11-pytz-2023.3.post1: UPDATING ... - python3.11-pytz-2023.3.post1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytz/default.nix b/pkgs/development/python-modules/pytz/default.nix index 8d4bcfbb3c6f..8dad436b247f 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 = "2023.3.post1"; + version = "2023.4"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-e0/dvrlKHrpLVX2iTxn9+dtXUZJUQnCpEB2FCfn0PXs="; + hash = "sha256-MdRYPE7VOc0DeVYUDWleQsAzoZ6YS/zplko/fVm8K0A="; }; nativeCheckInputs = [ unittestCheckHook ]; No auto update branch exists There might already be an open PR for this update: - python311Packages.pytz: 2023.3.post1 -> 2023.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/284694"