python3Packages.google-cloud-kms: skip bulk updates

see https://github.com/NixOS/nixpkgs/pull/435351
This commit is contained in:
Robert Schütz
2025-08-21 16:31:49 -07:00
parent 1af8a3e3d8
commit 856dfa14f4
@@ -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";