python310Packages.google-cloud-container: 2.11.0 -> 2.11.1

This commit is contained in:
R. Ryantm 2022-08-11 23:24:37 +00:00
parent f2c28f668c
commit a9b941e5a0

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 = [