Merge pull request #298220 from r-ryantm/auto-update/python312Packages.google-cloud-datacatalog

python312Packages.google-cloud-datacatalog: 3.18.3 -> 3.19.0
This commit is contained in:
Fabian Affolter 2024-03-23 18:35:27 +01:00 committed by GitHub
commit 89d7f98adf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -15,21 +15,21 @@
buildPythonPackage rec {
pname = "google-cloud-datacatalog";
version = "3.18.3";
version = "3.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-d4MTAZgseV5iI83A7lSkbe/SEgX9ZfQ0pLHfYBStfp4=";
hash = "sha256-Oo0O94fw7dRwPn4nyRobX4W9vgTWFgkTLsdyaffVJpI=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
google-api-core
grpc-google-iam-v1
libcst