Skip to content

Commit 47ac175

Browse files
authored
python312Packages.auth0-python: 4.8.0 -> 4.8.1 (#385415)
2 parents fc2c5f5 + 31f5bce commit 47ac175

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

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

2020
buildPythonPackage rec {
2121
pname = "auth0-python";
22-
version = "4.8.0";
22+
version = "4.8.1";
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-E+vZJ4yuWA5iy5/7PAGnk8rcSd9gWbgIoezyfnnvP7M=";
31+
hash = "sha256-nokrrfI0+ExAEIIS6AS9VeMmYIVUQuNLUWEsTm2CJMM=";
3232
};
3333

3434
nativeBuildInputs = [
@@ -67,7 +67,7 @@ buildPythonPackage rec {
6767
meta = with lib; {
6868
description = "Auth0 Python SDK";
6969
homepage = "https://github.com/auth0/auth0-python";
70-
changelog = "https://github.com/auth0/auth0-python/blob/${version}/CHANGELOG.md";
70+
changelog = "https://github.com/auth0/auth0-python/blob/${src.tag}/CHANGELOG.md";
7171
license = licenses.mit;
7272
maintainers = [ ];
7373
};

0 commit comments

Comments
 (0)