python312Packages.google-cloud-datacatalog: 3.19.1 -> 3.20.1 (#339479)

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

View File

@ -16,14 +16,15 @@
buildPythonPackage rec {
pname = "google-cloud-datacatalog";
version = "3.19.1";
version = "3.20.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BqD8VvOHrJw42atKxRyaWxaA1afzTlo52LPkuEk7+8E=";
pname = "google_cloud_datacatalog";
inherit version;
hash = "sha256-ggzQ85PzgEk4nnD9ykYd1VGPmtf2T6guAzv51SLlkmI=";
};
build-system = [ setuptools ];