about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-10-04 08:55:17 +0200
committerGitHub <noreply@github.com>2022-10-04 08:55:17 +0200
commit1c1a1f43ea055dbf8d06a7df71551ee335c381aa (patch)
treec1ed640ce22ff03e73e1888dc536ab4da3900127 /pkgs
parent9fc3fa37a76703b0014967e660a5137afef78578 (diff)
parentbdabb67e3ef7cb527cde47f907fee20906c4cb98 (diff)
Merge pull request #194316 from r-ryantm/auto-update/python310Packages.google-cloud-container
python310Packages.google-cloud-container: 2.12.0 -> 2.12.1
Diffstat (limited to 'pkgs')
-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 cd7d980927903..6fe2b0063e3a0 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.12.0";
+  version = "2.12.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-8zf8PYSOI0KE1P4wAjcehuEzPKZ7RdQlxdUGWYygzIM=";
+    hash = "sha256-FwwI5rlVspPjfgFSaed+bqQSHuq6OFgLrQN/JL+bffM=";
   };
 
   propagatedBuildInputs = [