Skip to content

Commit 090ed92

Browse files
authored
python312Packages.djangorestframework-stubs: 3.15.2 -> 3.15.3 (#389034)
2 parents 8495c75 + f1faa34 commit 090ed92

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/djangorestframework-stubs

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/djangorestframework-stubs/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 = "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
};

0 commit comments

Comments
 (0)