summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/auth0-python
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-19 00:07:13 +0000
committerGitHub <noreply@github.com>2021-10-19 00:07:13 +0000
commitfce8110371f679d520c857fc43d1191de052d798 (patch)
tree5a03330644fca554a8f694e307281df0d81bf1b0 /pkgs/development/python-modules/auth0-python
parentd769c58ee8c008d29caa0dcfd45373ad64e00264 (diff)
parent1e9e6e7427cca39d3a78f87c9d8193972f7873fc (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/auth0-python')
-rw-r--r--pkgs/development/python-modules/auth0-python/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/auth0-python/default.nix b/pkgs/development/python-modules/auth0-python/default.nix
index 41e0ede31c5d..224b8bec4015 100644
--- a/pkgs/development/python-modules/auth0-python/default.nix
+++ b/pkgs/development/python-modules/auth0-python/default.nix
@@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "auth0-python";
- version = "3.18.0";
+ version = "3.19.0";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-jitJF+puXaLv3qyJOjLFetzxRpnlbi4BKS0TzDmCRe8=";
+ sha256 = "ed33557f252cf8b022b788ebd2b851c681979f200171498acde2b92d760db026";
};
propagatedBuildInputs = [
@@ -23,7 +23,6 @@ buildPythonPackage rec {
checkInputs = [
mock
- pyjwt
pytestCheckHook
];