lol

python312Packages.djangorestframework-stubs: 3.15.2 -> 3.15.3

+3 -3
+3 -3
pkgs/development/python-modules/djangorestframework-stubs/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "djangorestframework-stubs"; 22 - version = "3.15.2"; 22 + version = "3.15.3"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.9"; ··· 28 28 owner = "typeddjango"; 29 29 repo = "djangorestframework-stubs"; 30 30 tag = version; 31 - hash = "sha256-ZpnPJZhuKZCy6tV8KBRC4Wjr3t0igQOkkUyVtmmVRMg="; 31 + hash = "sha256-6bs/FGCxxV1sE4J3aqzYS1wIr82mWlnGGXIuYOF5+dw="; 32 32 }; 33 33 34 34 nativeBuildInputs = [ setuptools ]; ··· 61 61 meta = with lib; { 62 62 description = "PEP-484 stubs for Django REST Framework"; 63 63 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}"; 65 65 license = licenses.mit; 66 66 maintainers = with maintainers; [ elohmeier ]; 67 67 };