summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/auth0-python
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-27 02:14:07 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:56:33 +0100
commitbdbd6f842bfcb5ca84dccfb65e0e04bc851d31f0 (patch)
tree3718e95dae59b2392eb43439203ce4b8fd4f1149 /pkgs/development/python-modules/auth0-python
parent9d47054644f4211b43c049119ec9d7cf71ad1b07 (diff)
python3Packages.auth0-python: 3.24.0 -> 4.0.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 3486e78711ed..8edbbfb70535 100644
--- a/pkgs/development/python-modules/auth0-python/default.nix
+++ b/pkgs/development/python-modules/auth0-python/default.nix
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "auth0-python";
- version = "3.24.0";
+ version = "4.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- hash = "sha256-iNe86UcjQud/LyX9iwYIGbNVcADjpD4mGM16D+UhLHE=";
+ hash = "sha256-gza5HYtxgmTfC+u+WlBiuOinBNXYIfVBa5IX8lr0Hj8=";
};
propagatedBuildInputs = [