Merge pull request #287363 from r-ryantm/auto-update/python311Packages.google-cloud-datacatalog

python311Packages.google-cloud-datacatalog: 3.18.0 -> 3.18.1

authored by Fabian Affolter and committed by GitHub 5e8e36a4 0b24a053

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-datacatalog/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "google-cloud-datacatalog"; 18 - version = "3.18.0"; 18 + version = "3.18.1"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.7"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-rqWuOJlyB2EN3+qydRMJHLwK7RAFxUT7eEUZiAfOseE="; 25 + hash = "sha256-xjf6yWXgfJFEHw1lYSryfe86UMsM1Y4fGRffDTne20U="; 26 26 }; 27 27 28 28 nativeBuildInputs = [