python3Packages.google-cloud-storage-control: 1.10.0 -> 1.11.0 (#504191)

This commit is contained in:
dotlambda
2026-03-27 18:41:23 +00:00
committed by GitHub
@@ -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