File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/djangorestframework-stubs 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 = "djangorestframework-stubs" ;
22- version = "3.15.2 " ;
22+ version = "3.15.3 " ;
2323 pyproject = true ;
2424
2525 disabled = pythonOlder "3.9" ;
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828 owner = "typeddjango" ;
2929 repo = "djangorestframework-stubs" ;
3030 tag = version ;
31- hash = "sha256-ZpnPJZhuKZCy6tV8KBRC4Wjr3t0igQOkkUyVtmmVRMg =" ;
31+ hash = "sha256-6bs/FGCxxV1sE4J3aqzYS1wIr82mWlnGGXIuYOF5+dw =" ;
3232 } ;
3333
3434 nativeBuildInputs = [ setuptools ] ;
@@ -61,7 +61,7 @@ buildPythonPackage rec {
6161 meta = with lib ; {
6262 description = "PEP-484 stubs for Django REST Framework" ;
6363 homepage = "https://github.com/typeddjango/djangorestframework-stubs" ;
64- changelog = "https://github.com/typeddjango/djangorestframework-stubs/releases/tag/${ version } " ;
64+ changelog = "https://github.com/typeddjango/djangorestframework-stubs/releases/tag/${ src . tag } " ;
6565 license = licenses . mit ;
6666 maintainers = with maintainers ; [ elohmeier ] ;
6767 } ;
You can’t perform that action at this time.
0 commit comments