1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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

python312Packages.google-cloud-datacatalog: 3.19.0 -> 3.19.1
This commit is contained in:
Nick Cao 2024-07-11 20:03:25 -04:00 committed by GitHub
commit a29f16f178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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