Merge pull request #186185 from r-ryantm/auto-update/python3.10-google-cloud-container

python310Packages.google-cloud-container: 2.11.0 -> 2.11.1
This commit is contained in:
Fabian Affolter 2022-08-12 10:14:55 +02:00 committed by GitHub
commit 688b5d5a26
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.11.0";
version = "2.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cmgyWHK3JLXYEJPLAN5M4edWJlv71tfbhu0KNs5H1k4=";
hash = "sha256-KVLM4ytQh8260JYd3oviCattfZa73e5p5dNXQMgRKQQ=";
};
propagatedBuildInputs = [