tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.djangorestframework-stubs: 3.15.2 -> 3.15.3
R. Ryantm
1 year ago
f1faa346
68a5a253
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
djangorestframework-stubs
default.nix
+3
-3
pkgs/development/python-modules/djangorestframework-stubs/default.nix
reviewed
···
19
19
20
20
buildPythonPackage rec {
21
21
pname = "djangorestframework-stubs";
22
22
-
version = "3.15.2";
22
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
31
-
hash = "sha256-ZpnPJZhuKZCy6tV8KBRC4Wjr3t0igQOkkUyVtmmVRMg=";
31
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
64
-
changelog = "https://github.com/typeddjango/djangorestframework-stubs/releases/tag/${version}";
64
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
};