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

Changelog: https://github.com/googleapis/python-container/blob/v2.19.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-04-10 19:41:15 +02:00
parent 6a8140257c
commit 2a559c3d63
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.17.4";
version = "2.19.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-MG5/znRnPN98NwNYYU9835+4RcXDjaQPatqICnRMWqI=";
hash = "sha256-2EsqTVf65OCvT1i0whgCSvKGGHuHHE27bEg1S4kb+a8=";
};
propagatedBuildInputs = [