Skip to content

Commit 0ac4449

Browse files
authored
python312Packages.auth0-python: 4.7.2 -> 4.8.0 (NixOS#378077)
2 parents e750b90 + efb5d07 commit 0ac4449

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/auth0-python

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/auth0-python/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildPythonPackage rec {
2121
pname = "auth0-python";
22-
version = "4.7.2";
22+
version = "4.8.0";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
owner = "auth0";
2929
repo = "auth0-python";
3030
tag = version;
31-
hash = "sha256-g6sbxPglKDGbDMiB9crnua86y6TPIbLiFddeymrLAP0=";
31+
hash = "sha256-E+vZJ4yuWA5iy5/7PAGnk8rcSd9gWbgIoezyfnnvP7M=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)