about summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-auth
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:18 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:28 +0200
commit826f8caf76dbdc53b153adfdf65c1ed609d576ff (patch)
tree6251ecf97467147f9693a63732787783dff14aae /pkgs/development/python-modules/google-auth
parent4fbdb305c108d4b4b987e4bfd6b2da3bcff09b2b (diff)
python3Packages.google-auth: 1.28.0 -> 1.31.0
Diffstat (limited to 'pkgs/development/python-modules/google-auth')
-rw-r--r--pkgs/development/python-modules/google-auth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-auth/default.nix b/pkgs/development/python-modules/google-auth/default.nix
index 81753d11b3503..c1cec8bafa9bc 100644
--- a/pkgs/development/python-modules/google-auth/default.nix
+++ b/pkgs/development/python-modules/google-auth/default.nix
@@ -19,11 +19,11 @@
 
 buildPythonPackage rec {
   pname = "google-auth";
-  version = "1.28.0";
+  version = "1.31.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "9bd436d19ab047001a1340720d2b629eb96dd503258c524921ec2af3ee88a80e";
+    sha256 = "154f7889c5d679a6f626f36adb12afbd4dbb0a9a04ec575d989d6ba79c4fd65e";
   };
 
   propagatedBuildInputs = [