From d6265f327ae4c519ced6748f6bed0fa3a69289ff Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 15 Dec 2023 12:58:46 +0100 Subject: [PATCH] python311Packages.google-cloud-container: 2.35.0 -> 2.36.0 Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-container-v2.36.0/packages/google-cloud-container/CHANGELOG.md --- .../python-modules/google-cloud-container/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-container/default.nix b/pkgs/development/python-modules/google-cloud-container/default.nix index 76ee8d8fa4b2..47d3969dbf6a 100644 --- a/pkgs/development/python-modules/google-cloud-container/default.nix +++ b/pkgs/development/python-modules/google-cloud-container/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "google-cloud-container"; - version = "2.35.0"; + version = "2.36.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-d8ASZS2Zp6d/0d4t52w/ZGLXXQdTkUZrA0DGWKCamZY="; + hash = "sha256-dDkiUothV1QwMkeD8FsWZloLLMEbCNqJ1yHeraqdbuw="; }; propagatedBuildInputs = [