summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-cloud-secret-manager
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-11-14 20:18:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-14 20:18:26 +0000
commit8d705305ee185dc77a2c3523d15a23296a2cd422 (patch)
tree0fbc53984a774d08de1ff2cee09ad90b74bab03d /pkgs/development/python-modules/google-cloud-secret-manager
parent53a68253d78220758f7741ce9d379d85ddc8ea77 (diff)
downloadnixpkgs-8d705305ee185dc77a2c3523d15a23296a2cd422.tar
nixpkgs-8d705305ee185dc77a2c3523d15a23296a2cd422.tar.gz
nixpkgs-8d705305ee185dc77a2c3523d15a23296a2cd422.tar.bz2
nixpkgs-8d705305ee185dc77a2c3523d15a23296a2cd422.tar.lz
nixpkgs-8d705305ee185dc77a2c3523d15a23296a2cd422.tar.xz
nixpkgs-8d705305ee185dc77a2c3523d15a23296a2cd422.tar.zst
nixpkgs-8d705305ee185dc77a2c3523d15a23296a2cd422.zip
python38Packages.google-cloud-secret-manager: 2.7.2 -> 2.8.0
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-secret-manager')
-rw-r--r--pkgs/development/python-modules/google-cloud-secret-manager/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-secret-manager/default.nix b/pkgs/development/python-modules/google-cloud-secret-manager/default.nix
index e204436b33e..b66091c15b2 100644
--- a/pkgs/development/python-modules/google-cloud-secret-manager/default.nix
+++ b/pkgs/development/python-modules/google-cloud-secret-manager/default.nix
@@ -12,11 +12,11 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-secret-manager";
-  version = "2.7.2";
+  version = "2.8.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6508a260ea273de0ff17d0bf66a3f93009a9b02ace7736486f70a91789c3e34a";
+    sha256 = "e8a3fb7c2a1595f59923661c568667d1ba40fcaaa4dd55fe8b1f5e54871e9460";
   };
 
   propagatedBuildInputs = [