python312Packages.googleapis-common-protos 1.61.0 -> 1.63.0 https://github.com/googleapis/python-api-common-protos/releases attrpath: python312Packages.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] this derivation will be built: /nix/store/x6p5nqp1cf84jh3fzpf93q41xhgjv208-packages.json.drv building '/nix/store/x6p5nqp1cf84jh3fzpf93q41xhgjv208-packages.json.drv'... Going to be running update for following packages: - python3.12-googleapis-common-protos-1.61.0 Press Enter key to continue... Running update for: - python3.12-googleapis-common-protos-1.61.0: UPDATING ... - python3.12-googleapis-common-protos-1.61.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 e8a469e51b06..4efc119a0125 100644 --- a/pkgs/development/python-modules/googleapis-common-protos/default.nix +++ b/pkgs/development/python-modules/googleapis-common-protos/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "googleapis-common-protos"; - version = "1.61.0"; + version = "1.63.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-imSGapf2MEpxeYc6Rl1u7pe3ok7Gz9eOD1delrghJAs="; + hash = "sha256-F60BsR1fHQFxwG07pcBMVEdOiDtmuUlyK0k47iaU704="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.61.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , grpc , protobuf }: buildPythonPackage rec { pname = "googleapis-common-protos"; version = "1.62.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-g/Ds6flOVnLM7YL1ktKl7fUnqW7ReU8LqzbVc1yZYnc="; }; 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; [ ]; }; }