python311Packages.types-protobuf 0 -> 1 attrpath: python311Packages.types-protobuf 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/pqn7lqlfmd292jqirclrx1xf4ak46p7m-packages.json.drv building '/nix/store/pqn7lqlfmd292jqirclrx1xf4ak46p7m-packages.json.drv'... Going to be running update for following packages: - python3.11-types-protobuf-4.24.0.20240311 Press Enter key to continue... Running update for: - python3.11-types-protobuf-4.24.0.20240311: UPDATING ... - python3.11-types-protobuf-4.24.0.20240311: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/types-protobuf/default.nix b/pkgs/development/python-modules/types-protobuf/default.nix index c09cb206cf04..8b885bdd937b 100644 --- a/pkgs/development/python-modules/types-protobuf/default.nix +++ b/pkgs/development/python-modules/types-protobuf/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "types-protobuf"; - version = "4.24.0.20240311"; + version = "5.26.0.20240422"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-yAQm+fubIa7lFGkelqsypc1pSoLirAeWSzUsPn4Bgrw="; + hash = "sha256-5gdBeBCfl+/p8LIKA1umHXw7A+hn60fSVNKyq2qAXjY="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.types-protobuf: 4.24.0.20240311 -> 4.25.0.20240417`. New version is 5.26.0.20240422. The auto update branch does not match or exceed the new version. Old version 4.24.0.20240311" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , types-futures }: buildPythonPackage rec { pname = "types-protobuf"; version = "4.25.0.20240417"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-w07/F7mzoK22gwYi8PMCSE5MCJ9TOkbj8UdWgxNUQ1I="; }; propagatedBuildInputs = [ types-futures ]; # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "google-stubs" ]; meta = with lib; { description = "Typing stubs for protobuf"; homepage = "https://github.com/python/typeshed"; license = licenses.asl20; maintainers = with maintainers; [ andersk ]; }; }