Merge pull request #281123 from fabaff/google-cloud-datacatalog-bump

python311Packages.google-cloud-datacatalog: 3.17.0 -> 3.17.2
This commit is contained in:
Nick Cao 2024-01-15 10:48:25 -05:00 committed by GitHub
commit ee351446af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-datacatalog";
version = "3.17.0";
version = "3.17.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xaKBfkgmhB7MH1qFWu9hjHIIVG1BjBgzjfnyD14V9Z0=";
hash = "sha256-kKRuakMZfmt2HrU7g4Ap1ZxFmYYSiRNKvRB/xHkyp1U=";
};
nativeBuildInputs = [