python312Packages.google-cloud-container: 2.56.1 -> 2.57.0

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-container-v2.57.0/packages/google-cloud-container/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-05-27 16:36:34 +02:00
parent 042b603d44
commit 7bcba6a26f

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.56.1";
version = "2.57.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_container";
inherit version;
hash = "sha256-QADuXKwndJvGDEWTftNIGRX7vwmJJdkoUjcC1w8vT6E=";
hash = "sha256-+n5vWT9YNIuYvW3Vk0TJpgOOn7psC5hY4j2dJ4NG8Sk=";
};
build-system = [ setuptools ];