We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e750b90 + efb5d07 commit 0ac4449Copy full SHA for 0ac4449
pkgs/development/python-modules/auth0-python/default.nix
@@ -19,7 +19,7 @@
19
20
buildPythonPackage rec {
21
pname = "auth0-python";
22
- version = "4.7.2";
+ version = "4.8.0";
23
pyproject = true;
24
25
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
owner = "auth0";
29
repo = "auth0-python";
30
tag = version;
31
- hash = "sha256-g6sbxPglKDGbDMiB9crnua86y6TPIbLiFddeymrLAP0=";
+ hash = "sha256-E+vZJ4yuWA5iy5/7PAGnk8rcSd9gWbgIoezyfnnvP7M=";
32
};
33
34
nativeBuildInputs = [
0 commit comments