python312Packages.google-cloud-asset: 3.26.2 -> 3.26.3 (#339464)

This commit is contained in:
Fabian Affolter 2024-09-04 12:53:28 +02:00 committed by GitHub
commit 56e26716b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,15 @@
buildPythonPackage rec {
pname = "google-cloud-asset";
version = "3.26.2";
version = "3.26.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DCFDVdtuXwY7hphChHSzCTc8hw8MEohX67SRGOaRQ6A=";
pname = "google_cloud_asset";
inherit version;
hash = "sha256-RgW2cZSumJj0TtwJrQyC2tGpdEy5I4asR527/IrMMDQ=";
};
build-system = [ setuptools ];
@ -43,7 +44,7 @@ buildPythonPackage rec {
protobuf
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
optional-dependencies = {
libcst = [ libcst ];
};