python310Packages.google-cloud-container: 2.17.1 -> 2.17.2

This commit is contained in:
R. Ryantm
2023-02-06 07:41:43 +00:00
committed by Florian Brandes
parent 046668b774
commit da6d796b2d

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.17.1";
version = "2.17.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PXDUjipUG7cYqeO2ivqrqLybHzDIssvBtdZixEMqXOA=";
hash = "sha256-VDhWYfAdU2PPzjSIhh0XMEnt9krogXV1fNTAFk6R3WM=";
};
propagatedBuildInputs = [