about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-07 18:56:40 +0200
committerGitHub <noreply@github.com>2022-06-07 18:56:40 +0200
commit0e5b34f801b496a4d2c5ba47a0812105145c7172 (patch)
tree797751199ec33829a856e92d49eb6b472a4e326b /pkgs/development/python-modules
parent85e63c4d6fdfc7e143980124e76edff0f604dcdc (diff)
parent0d1a23594c00e0ec9da12fda282d324564178aef (diff)
Merge pull request #176741 from r-ryantm/auto-update/python310Packages.google-cloud-container
python310Packages.google-cloud-container: 2.10.7 -> 2.10.8
Diffstat (limited to 'pkgs/development/python-modules')
-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 ae3c6a8be74a0..41b85f50a43ee 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.10.7";
+  version = "2.10.8";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-I3oYldj915GBCX5VLEZRqGS7jMHWasQGVIvj50EUTK4=";
+    hash = "sha256-cQ5wFAwgqT2NT+jTfsg13wA7OOq8bk/QIRiIsK2ZyJ0=";
   };
 
   propagatedBuildInputs = [