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

This commit is contained in:
R. Ryantm 2023-03-03 16:19:12 +00:00
parent f31ed14fc0
commit cf74adcf26

View File

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