about summary refs log tree commit diff
path: root/pkgs/development/python-modules/auth0-python
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-05-09 12:01:43 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-05-11 22:12:09 +0200
commit6ce1173d889b491ed1576df356ddc2606c5ea62f (patch)
tree3296ac696687052bbacbf61787305b6a695ecbe0 /pkgs/development/python-modules/auth0-python
parent511e6215907fd8a87e2efb2ad1d81c5fc2e9c04e (diff)
python3Packages.auth0-python: 3.9.1 -> 3.9.2
Diffstat (limited to 'pkgs/development/python-modules/auth0-python')
-rw-r--r--pkgs/development/python-modules/auth0-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/auth0-python/default.nix b/pkgs/development/python-modules/auth0-python/default.nix
index 7e2b09cca6842..4efe1f50ef2c2 100644
--- a/pkgs/development/python-modules/auth0-python/default.nix
+++ b/pkgs/development/python-modules/auth0-python/default.nix
@@ -7,11 +7,11 @@
 
 buildPythonPackage rec {
   pname = "auth0-python";
-  version = "3.9.1";
+  version = "3.9.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c2fdc3ff230638a2776d2b3761e787ca93dc33a26f841504fc260f947256f453";
+    sha256 = "12870b4806095b707c4eed7bf8cdfeb3722d990366bc6a9772d1520e90efa73b";
   };
 
   propagatedBuildInputs = [