python3Packages.google-cloud-datacatalog: 3.29.0 -> 3.31.0 (#536864)

This commit is contained in:
Martin Weinelt
2026-07-01 01:59:39 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-datacatalog";
version = "3.29.0";
version = "3.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-cloud-python";
tag = "google-cloud-datacatalog-v${finalAttrs.version}";
hash = "sha256-dVgcnnInqjUjySL7wjxGzI33t1YZJ8e9mSsmjAJ+fBI=";
hash = "sha256-M/7uDWWz4YCfxa4gyM9BaAo10iyTMvtR2MhNpdFYnis=";
};
sourceRoot = "${finalAttrs.src.name}/packages/google-cloud-datacatalog";