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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.10-googleapis-common-protos-1.60.0 Press Enter key to continue... Running update for: - python3.10-googleapis-common-protos-1.60.0: UPDATING ... - python3.10-googleapis-common-protos-1.60.0: DONE. Packages updated! 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 60233f91fbbc..0337dbf4ac0b 100644 --- a/pkgs/development/python-modules/googleapis-common-protos/default.nix +++ b/pkgs/development/python-modules/googleapis-common-protos/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "googleapis-common-protos"; - version = "1.60.0"; + version = "1.62.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-5z67QECY20BbqV0eGuCqkcPhWnHaAxou62suI+e8Nwg="; + hash = "sha256-g/Ds6flOVnLM7YL1ktKl7fUnqW7ReU8LqzbVc1yZYnc="; }; propagatedBuildInputs = [ grpc protobuf ]; No auto update branch exists Old version 1.60.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , grpc , protobuf }: buildPythonPackage rec { pname = "googleapis-common-protos"; version = "1.61.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-imSGapf2MEpxeYc6Rl1u7pe3ok7Gz9eOD1delrghJAs="; }; nativeBuildInputs = [ setuptools ]; 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; [ ]; }; }