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

python311Packages.google-cloud-container: 2.30.0 -> 2.31.0
This commit is contained in:
Fabian Affolter 2023-09-15 23:58:33 +02:00 committed by GitHub
commit c2735f7f94
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.30.0";
version = "2.31.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iR6+A3ekRxl3zA1K7DMaw4dyMwjM/yxh/7tOH//mwXY=";
hash = "sha256-PGrG29a5tq41hn8zzJWdAy4Dju1O5ZPYhZ+CcsBraAY=";
};
propagatedBuildInputs = [