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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user