about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-14 21:53:55 +0200
committerGitHub <noreply@github.com>2024-06-14 21:53:55 +0200
commitbce650e6a3616d2cee6d548742c051cb169a2224 (patch)
tree7e8c9cf5672b9e2d0e9efa31ca28c2316ff5b976
parent2e21e58c75a870e5c7515adc807ca169112ae574 (diff)
parentaeb8369e64165aad38f595442c51e2c5e883712a (diff)
Merge pull request #319775 from fabaff/google-cloud-container-bump
python312Packages.google-cloud-container: 2.46.0 -> 2.47.0
-rw-r--r--pkgs/development/python-modules/google-cloud-container/default.nix4
1 files 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 51d7ef7eee586..5ec6a9d49cd06 100644
--- a/pkgs/development/python-modules/google-cloud-container/default.nix
+++ b/pkgs/development/python-modules/google-cloud-container/default.nix
@@ -15,14 +15,14 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-container";
-  version = "2.46.0";
+  version = "2.47.0";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-3kbZ+y22ml8j4NVjfEzzl1JcAsbyVJGCRJuitv7K7lw=";
+    hash = "sha256-tvzOKTu2n5b9JDo9EJw48BUrJuOwOR9JK6PQyi44HfI=";
   };
 
   build-system = [ setuptools ];