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-06-06 08:46:57 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 09:59:53 +0200
commitccb984199c823a62c9b9b24265bcdad3e8eca441 (patch)
tree3e16e937002470aa227a65468c1e97115593485f /pkgs/development/python-modules/auth0-python
parent315688537c36591230ba3fe8fe4aa3d415135db6 (diff)
python: auth0-python: 3.9.2 -> 3.10.0
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 4efe1f50ef2c2..e2fafb3aef755 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.2";
+  version = "3.10.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "12870b4806095b707c4eed7bf8cdfeb3722d990366bc6a9772d1520e90efa73b";
+    sha256 = "e02525fd60d4b1e7e08bdc539b536db635da28ee25cc882412be4296802d0281";
   };
 
   propagatedBuildInputs = [