diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-03-23 22:16:17 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2022-03-23 22:16:17 +0000 |
| commit | 1525fed2bc6286eedeef10a7a1bfb5313e4b9f8e (patch) | |
| tree | 641ddfb5c6999cb742a6284387d845096464bb2d /pkgs/development/python-modules/auth0-python | |
| parent | 30d2d4a499f904e8966eaeaf6a2867765efe1f6d (diff) | |
python310Packages.auth0-python: 3.20.0 -> 3.22.0
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 94a0044d3ac4..c6886dc8bed7 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.20.0"; + version = "3.22.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-WIH2lMPehrqkXCh+JbEI5nf99nt61OwLhP/pF6BbsnQ="; + sha256 = "sha256-05yJbF6eXz+vJx+plY5gqzRRYL2SjDnF7gSfX6WIS4E="; }; propagatedBuildInputs = [ |
