python313Packages.google-cloud-container: 2.59.0 -> 2.61.0 (#475535)

This commit is contained in:
Fabian Affolter
2026-01-01 09:16:53 +00:00
committed by GitHub

View File

@@ -9,21 +9,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.59.0";
version = "2.61.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_container";
inherit version;
hash = "sha256-ZsTKUV0zzGbzf9jltrqJBjsG66sz4UlbjEJMcgs/tgM=";
hash = "sha256-mkkbT7ybP7bjNo8fCPo8rsXGzw8WoDh7l2YS+5CJOr8=";
};
build-system = [ setuptools ];