python312Packages.google-cloud-datacatalog: 3.21.0 -> 3.23.0 (#359790)

This commit is contained in:
Fabian Affolter 2024-11-29 07:47:21 +01:00 committed by GitHub
commit bb9af90bf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-cloud-datacatalog";
version = "3.21.0";
version = "3.23.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_datacatalog";
inherit version;
hash = "sha256-JH3WW8v1VrTebNyEy7EDL9nvMaRf2gQTf6fnWbqMbCA=";
hash = "sha256-Rpx5+Mv+KTvJdposPJg+J/GNmHoj0I1jBp6YUOlcXmI=";
};
build-system = [ setuptools ];