python311Packages.google-cloud-container: 2.23.0 -> 2.24.0

Changelog: https://github.com/googleapis/python-container/blob/v2.24.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-06-14 23:24:44 +02:00
parent 7873a6b249
commit c38a804c22

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.23.0";
version = "2.24.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-yVyd5kowbHbs64EY5oMIa1sYIs/qShqzVdjfZ1VifA4=";
hash = "sha256-pTs3sEieEQRWDiSUeQDgPzsbny8mblXlYzGj5EtuXCA=";
};
propagatedBuildInputs = [