python3Packages.google-cloud-storage-control: 1.11.0 -> 1.12.0 (#528529)

This commit is contained in:
dotlambda
2026-06-05 18:36:25 +00:00
committed by GitHub

View File

@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-storage-control";
version = "1.11.0";
version = "1.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-cloud-python";
tag = "google-cloud-storage-control-v${finalAttrs.version}";
hash = "sha256-uUBId7RxVfOPtemZYUqJXd4hw2/CU2cogZL39MrKehk=";
hash = "sha256-M/7uDWWz4YCfxa4gyM9BaAo10iyTMvtR2MhNpdFYnis=";
};
sourceRoot = "${finalAttrs.src.name}/packages/google-cloud-storage-control";