aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google_auth
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-11 10:23:54 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 10:23:54 +0200
commit7e39a62745f46fc6f58f7d78b0254ea03b673c4c (patch)
tree550f0f63c1447aa80479d2b44f5a9424844816f5 /pkgs/development/python-modules/google_auth
parent2a1ad53bd879ba162e19c1a9ac6d3b8317e7df78 (diff)
python: google-auth: 1.16.0 -> 1.17.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 92369abec6d3..240804e8080a 100644
--- a/pkgs/development/python-modules/google_auth/default.nix
+++ b/pkgs/development/python-modules/google_auth/default.nix
@@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "google-auth";
- version = "1.16.0";
+ version = "1.17.0";
src = fetchPypi {
inherit pname version;
- sha256 = "1xd7fi7vhqbbkvwjg5fgj8bkbfjwxx4f2bb0zsnj8wci46qk4dqv";
+ sha256 = "2f35b33801a41e4115cd93ff0aeb152f383edc0e27277ae28be2dccf238611b9";
};
propagatedBuildInputs = [ six pyasn1-modules cachetools rsa setuptools ];