python311Packages.google-cloud-container: 2.21.0 -> 2.22.0

Changelog: https://github.com/googleapis/python-container/blob/v2.22.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-06-03 17:16:37 +02:00
parent 570b5b8814
commit 126871f5e8
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.21.0";
version = "2.22.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iFwf+qj/xqebEA+CWC9SDi3iEsfPiLcFLwUmnoxaxjg=";
hash = "sha256-zrttx7vfsUjFnCLyfYxG4uKH/RJr9BYCGZ3fxFg7Vsg=";
};
propagatedBuildInputs = [