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

python311Packages.google-cloud-container: 2.29.0 -> 2.30.0
This commit is contained in:
Fabian Affolter 2023-08-20 10:35:57 +02:00 committed by GitHub
commit f8f68df340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.29.0";
version = "2.30.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kBcdzhfr5k5MiSJu3tVyE09a5whQgj6m1AsUEwcQxS4=";
hash = "sha256-iR6+A3ekRxl3zA1K7DMaw4dyMwjM/yxh/7tOH//mwXY=";
};
propagatedBuildInputs = [