summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/auth0-python
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-28 09:07:25 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-28 09:07:25 +0200
commit76f942fb4ae52330615bc200390bee9f8a898d8b (patch)
treeea5f9e2f45ba62ba61d21a016598dd02a8376083 /pkgs/development/python-modules/auth0-python
parent05340b67a0f3a9714361179dba34599c84d8aa25 (diff)
python310Packages.auth0-python: 4.0.0 -> 4.1.1
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 8edbbfb70535..d666ae6123e0 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 = "4.0.0";
+ version = "4.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- hash = "sha256-gza5HYtxgmTfC+u+WlBiuOinBNXYIfVBa5IX8lr0Hj8=";
+ hash = "sha256-or9lrvCWBTrbRhKDs12KVIukoeo2T8Sb2sex57DfArc=";
};
propagatedBuildInputs = [