python310Packages.googleapis-common-protos 0 -> 1 attrpath: python310Packages.googleapis-common-protos 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/4xf5y92k4fj58ldpv105gwpas4yhsp1r-packages.json.drv building '/nix/store/4xf5y92k4fj58ldpv105gwpas4yhsp1r-packages.json.drv'... Going to be running update for following packages: - python3.10-googleapis-common-protos-1.56.4 Press Enter key to continue... Running update for: - python3.10-googleapis-common-protos-1.56.4: UPDATING ... - python3.10-googleapis-common-protos-1.56.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/googleapis-common-protos/default.nix b/pkgs/development/python-modules/googleapis-common-protos/default.nix index 2c35387b124..5fdbca2d9a7 100644 --- a/pkgs/development/python-modules/googleapis-common-protos/default.nix +++ b/pkgs/development/python-modules/googleapis-common-protos/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "googleapis-common-protos"; - version = "1.56.4"; + version = "1.58.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-wlhzxHJ5OHz9y9r6NhSYh5AdNiAstkWg5PKWhr9uRBc="; + sha256 = "sha256-xyclHsAllH1UUYS6F+NXiED8OiSgUWoCBHntq2YEV98="; }; propagatedBuildInputs = [ grpc protobuf ]; No auto update branch exists Old version 1.56.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , grpc , protobuf }: buildPythonPackage rec { pname = "googleapis-common-protos"; version = "1.57.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-J6hJ1iBYOPtsw8HCHLmABwemYbshxs5/sT6Z6x+KDEY="; }; propagatedBuildInputs = [ grpc protobuf ]; # does not contain tests doCheck = false; pythonImportsCheck = [ "google.api" "google.logging" "google.longrunning" "google.rpc" "google.type" ]; meta = with lib; { description = "Common protobufs used in Google APIs"; homepage = "https://github.com/googleapis/python-api-common-protos"; license = licenses.asl20; maintainers = with maintainers; [ SuperSandro2000 ]; }; }