python310Packages.tzdata 0 -> 1 attrpath: python310Packages.tzdata 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/f4sg87jzgq3yqv8d44d6zz6phqcj0xjc-packages.json.drv building '/nix/store/f4sg87jzgq3yqv8d44d6zz6phqcj0xjc-packages.json.drv'... Going to be running update for following packages: - python3.10-tzdata-2022.7 Press Enter key to continue... Running update for: - python3.10-tzdata-2022.7: UPDATING ... - python3.10-tzdata-2022.7: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/tzdata/default.nix b/pkgs/development/python-modules/tzdata/default.nix index 879024957937..91bbc854a26d 100644 --- a/pkgs/development/python-modules/tzdata/default.nix +++ b/pkgs/development/python-modules/tzdata/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "tzdata"; - version = "2022.7"; + version = "2023.3"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-/l+Gbt3YuW6fy6l4+OUDyQmxnqfv2hHlLjlJS606e/o="; + hash = "sha256-Ee8eCOVKyw1Plb2xvgXaZZZz3krL0hv5xp6UzF6Qejo="; }; nativeBuildInputs = [ No auto update branch exists Old version 2022.7" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , importlib-resources , pytest-subtests , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "tzdata"; version = "2023.3"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-Ee8eCOVKyw1Plb2xvgXaZZZz3krL0hv5xp6UzF6Qejo="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook pytest-subtests ] ++ lib.optionals (pythonOlder "3.7") [ importlib-resources ]; pythonImportsCheck = [ "tzdata" ]; meta = with lib; { description = "Provider of IANA time zone data"; homepage = "https://github.com/python/tzdata"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }