Revert "python3Packages.googleapis-common-protos: 1.70.0 -> 3.31.3"

This reverts commit 8509e9927a because it
picked a tag from a different project.
This commit is contained in:
Robert Schütz
2026-03-08 09:26:08 -07:00
parent f7a0cb0e96
commit 8ada3378a5
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "googleapis-common-protos";
version = "3.31.3";
version = "1.70.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-cloud-python";
tag = "google-cloud-build-v${version}";
hash = "sha256-qQ+8X6I8lt4OTgbvODsbdab2dYUk0wxWsbaVT2T651U=";
rev = "googleapis-common-protos-v${version}";
hash = "sha256-E1LISOLQcXqUMTTPLR+lwkR6gF1fuGGB44j38cIK/Z4=";
};
sourceRoot = "${src.name}/packages/googleapis-common-protos";
@@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = {
description = "Common protobufs used in Google APIs";
homepage = "https://github.com/googleapis/python-api-common-protos";
changelog = "https://github.com/googleapis/python-api-common-protos/releases/tag/${src.tag}";
changelog = "https://github.com/googleapis/python-api-common-protos/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.sarahec ];
};