python3Packages.googleapis-common-protos: 3.31.3 -> 1.73.0 (#497944)
This commit is contained in:
@@ -10,20 +10,24 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "googleapis-common-protos";
|
||||
version = "3.31.3";
|
||||
version = "1.73.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleapis";
|
||||
repo = "google-cloud-python";
|
||||
tag = "google-cloud-build-v${version}";
|
||||
hash = "sha256-qQ+8X6I8lt4OTgbvODsbdab2dYUk0wxWsbaVT2T651U=";
|
||||
tag = "googleapis-common-protos-v${version}";
|
||||
hash = "sha256-LrsmLySAOTsECwxa1NaFuyZAjar0Jbg9DHNi6uqYaxk=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/packages/googleapis-common-protos";
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"protobuf"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
grpc
|
||||
protobuf
|
||||
|
||||
Reference in New Issue
Block a user