File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/auth0-python Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments