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

python311Packages.google-cloud-datacatalog: 3.15.2 -> 3.16.0
This commit is contained in:
Mario Rodas 2023-10-06 09:02:26 -05:00 committed by GitHub
commit bd617f801f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-datacatalog";
version = "3.15.2";
version = "3.16.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GaGxn7Q5blqPWNWIl6pRV9lLzmGm5GGwqcyOuAWI0Ds=";
hash = "sha256-cD5BQ5Ykj6mEdLurnqli9MlqPK8RhMkDv8lFPSdLDqI=";
};
propagatedBuildInputs = [