tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.django-ninja: 1.4.0 -> 1.4.1
R. Ryantm
1 year ago
0379f1ff
7850571d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
django-ninja
default.nix
+3
-3
pkgs/development/python-modules/django-ninja/default.nix
reviewed
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "django-ninja";
17
17
-
version = "1.4.0";
17
17
+
version = "1.4.1";
18
18
pyproject = true;
19
19
20
20
disabled = pythonOlder "3.7";
···
23
23
owner = "vitalik";
24
24
repo = "django-ninja";
25
25
tag = "v${version}";
26
26
-
hash = "sha256-pMS3uL21Os9b4DlKt6jmhHM/DUAM5r3xuQ2Pu8daQvQ=";
26
26
+
hash = "sha256-96JnUFgfuElR7WpiExS2fmK1xxaosd77li36bTLS//U=";
27
27
};
28
28
29
29
build-system = [ flit-core ];
···
41
41
];
42
42
43
43
meta = with lib; {
44
44
-
changelog = "https://github.com/vitalik/django-ninja/releases/tag/v${version}";
44
44
+
changelog = "https://github.com/vitalik/django-ninja/releases/tag/${src.tag}";
45
45
description = "Web framework for building APIs with Django and Python type hints";
46
46
homepage = "https://django-ninja.dev";
47
47
license = licenses.mit;