python310Packages.types-pytz 0 -> 1 attrpath: python310Packages.types-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/h6ca5qxida3vx00gai3h6d6agpk54r21-packages.json.drv building '/nix/store/h6ca5qxida3vx00gai3h6d6agpk54r21-packages.json.drv'... Going to be running update for following packages: - python3.10-types-pytz-2022.7.0.0 Press Enter key to continue... Running update for: - python3.10-types-pytz-2022.7.0.0: UPDATING ... - python3.10-types-pytz-2022.7.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/types-pytz/default.nix b/pkgs/development/python-modules/types-pytz/default.nix index e1ff2f67a31..5968bb38f2e 100644 --- a/pkgs/development/python-modules/types-pytz/default.nix +++ b/pkgs/development/python-modules/types-pytz/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-pytz"; - version = "2022.7.0.0"; + version = "2022.7.1.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-TyDClTs6OgWH6USJ7EyeAsPTrtubpc1+eW4S9M+nAn4="; + sha256 = "sha256-kY+cPnqVC6fn1vhLGKfKyryIhstxJfsZJ/8cdStLWd4="; }; # Modules doesn't have tests No auto update branch exists Old version 2022.7.0.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "types-pytz"; version = "2022.7.1.0"; format = "setuptools"; src = fetchPypi { inherit pname version; sha256 = "sha256-kY+cPnqVC6fn1vhLGKfKyryIhstxJfsZJ/8cdStLWd4="; }; # Modules doesn't have tests doCheck = false; pythonImportsCheck = [ "pytz-stubs" ]; meta = with lib; { description = "Typing stubs for pytz"; homepage = "https://github.com/python/typeshed"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }