aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/auth0-python
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-08-16 19:30:50 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-16 19:30:50 +0200
commitf1304eca0aa337c15b594452227c3892adf0238c (patch)
tree3f441527bfba7c383560ada9ba1e3e1f96bc8ee8 /pkgs/development/python-modules/auth0-python
parent42a362ceb3969ced9fa8222ec9da6d054d94b284 (diff)
python: auth0-python: 3.10.0 -> 3.12.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 fed673453d19..1b50e70aaee2 100644
--- a/pkgs/development/python-modules/auth0-python/default.nix
+++ b/pkgs/development/python-modules/auth0-python/default.nix
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "auth0-python";
- version = "3.10.0";
+ version = "3.12.0";
src = fetchPypi {
inherit pname version;
- sha256 = "e02525fd60d4b1e7e08bdc539b536db635da28ee25cc882412be4296802d0281";
+ sha256 = "fbc54a231ca787ae0917223028269582abbd963cfa9d53ba822a601dd9cd2215";
};
propagatedBuildInputs = [