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

This commit is contained in:
R. Ryantm 2023-02-13 05:21:54 +00:00
parent d1801a813d
commit 080f42af5c

View file

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