python3Packages.google-cloud-datacatalog: 3.29.0 -> 3.31.0

This commit is contained in:
Yaroslav Bolyukin
2026-06-30 03:57:28 +02:00
parent 0d28c0688f
commit 9a8a028e8c

View File

@@ -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";