diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-07-16 12:58:57 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-07-21 22:33:40 +0200 |
| commit | 3dec3ae3c756c2b0fcdd29294e77bbfb1c903064 (patch) | |
| tree | 23850972732150df17a67e94f43930b0dab576b0 /pkgs/development/python-modules/auth0-python | |
| parent | 4abaa07e13ae746a77efe54f7aa935df1c71cbe8 (diff) | |
python3Packages.auth0-python: 3.22.0 -> 3.23.1
Diffstat (limited to 'pkgs/development/python-modules/auth0-python')
| -rw-r--r-- | pkgs/development/python-modules/auth0-python/default.nix | 4 |
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 c6886dc8bed7..7aa062be6c95 100644 --- a/pkgs/development/python-modules/auth0-python/default.nix +++ b/pkgs/development/python-modules/auth0-python/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "auth0-python"; - version = "3.22.0"; + version = "3.23.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-05yJbF6eXz+vJx+plY5gqzRRYL2SjDnF7gSfX6WIS4E="; + sha256 = "sha256-sXEWg6zrwMs8pCSloJtLL3o7ZAXTTiMXEgI7sDaogr4="; }; propagatedBuildInputs = [ |
