python310Packages.typeguard 2.13.3 -> 4.0.0 https://repology.org/project/python:typeguard/versions attrpath: python310Packages.typeguard 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/b9v9rhi68dmr5qd43f0y28j4js3nh99k-packages.json.drv building '/nix/store/b9v9rhi68dmr5qd43f0y28j4js3nh99k-packages.json.drv'... Going to be running update for following packages: - python3.10-typeguard-2.13.3 Press Enter key to continue... Running update for: - python3.10-typeguard-2.13.3: UPDATING ... - python3.10-typeguard-2.13.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/typeguard/default.nix b/pkgs/development/python-modules/typeguard/default.nix index c2a6171e1b8..f690fc7256f 100644 --- a/pkgs/development/python-modules/typeguard/default.nix +++ b/pkgs/development/python-modules/typeguard/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "typeguard"; - version = "2.13.3"; + version = "4.0.0"; disabled = pythonOlder "3.5"; outputs = [ "out" "doc" ]; src = fetchPypi { inherit pname version; - sha256 = "00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"; + sha256 = "sha256-GU+z28sG6pyvcIjzvv7gFN5XlhaJ+chZrFI5se9h2Yc="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python310Packages.typeguard: 2.13.3 -> 3.0.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/233870"