From 16052058628a94436eb8a32105d4c8d351b46519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 27 Mar 2026 11:27:50 -0700 Subject: [PATCH] python3Packages.google-cloud-storage-control: 1.10.0 -> 1.11.0 Diff: https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-control-v1.10.0...google-cloud-storage-control-v1.11.0 Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-storage-control-v1.11.0/packages/google-cloud-storage-control/CHANGELOG.md --- .../google-cloud-storage-control/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-storage-control/default.nix b/pkgs/development/python-modules/google-cloud-storage-control/default.nix index 531a2a891ea2..3d814b8c9b82 100644 --- a/pkgs/development/python-modules/google-cloud-storage-control/default.nix +++ b/pkgs/development/python-modules/google-cloud-storage-control/default.nix @@ -16,24 +16,20 @@ buildPythonPackage (finalAttrs: { pname = "google-cloud-storage-control"; - version = "1.10.0"; + version = "1.11.0"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "google-cloud-python"; tag = "google-cloud-storage-control-v${finalAttrs.version}"; - hash = "sha256-dgQdfHyGHwdEaJllbz97J/xW4Y0LrpE6ad6LRdax1G4="; + hash = "sha256-uUBId7RxVfOPtemZYUqJXd4hw2/CU2cogZL39MrKehk="; }; sourceRoot = "${finalAttrs.src.name}/packages/google-cloud-storage-control"; build-system = [ setuptools ]; - pythonRelaxDeps = [ - "protobuf" - ]; - dependencies = [ google-api-core google-auth