Merge pull request #265076 from fabaff/google-cloud-container-bump

python311Packages.google-cloud-container: 2.32.0 -> 2.33.0
This commit is contained in:
Fabian Affolter 2023-11-09 10:32:26 +01:00 committed by GitHub
commit 5f74c62742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-container"; pname = "google-cloud-container";
version = "2.32.0"; version = "2.33.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-aU+42neWNlPhxw+mCSi0oR+vjh8VgKOQJQU6PhvM5t4="; hash = "sha256-dpJmSe7NjmmDqd0GrLxm1e/VFvo64+ECNRVwuRpjrmI=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -49,8 +49,8 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Google Container Engine API client library"; description = "Google Container Engine API client library";
homepage = "https://github.com/googleapis/python-container"; homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-container";
changelog = "https://github.com/googleapis/python-container/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-container-v${version}/packages/google-cloud-container/CHANGELOG.md";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };