0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.google-cloud-datacatalog: 3.19.1 -> 3.20.1

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-datacatalog-v3.20.1/packages/google-cloud-datacatalog/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-09-04 10:25:35 +02:00
parent 35ff1783b7
commit c7a69f22ed

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 ];