python3Packages.google-cloud-kms: skip bulk updates (#435709)

This commit is contained in:
Vladimír Čunát
2025-08-28 14:51:41 +02:00
@@ -59,6 +59,9 @@ buildPythonPackage rec {
rev-prefix = "google-cloud-kms-v";
};
# picks the wrong tag
passthru.skipBulkUpdate = true;
meta = {
description = "Cloud Key Management Service (KMS) API API client library";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-kms";