python312Packages.django-ninja: 1.4.0 -> 1.4.1 (#399733)
This commit is contained in:
commit
5461b7fa65
@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-ninja";
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "vitalik";
|
||||
repo = "django-ninja";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-pMS3uL21Os9b4DlKt6jmhHM/DUAM5r3xuQ2Pu8daQvQ=";
|
||||
hash = "sha256-96JnUFgfuElR7WpiExS2fmK1xxaosd77li36bTLS//U=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/vitalik/django-ninja/releases/tag/v${version}";
|
||||
changelog = "https://github.com/vitalik/django-ninja/releases/tag/${src.tag}";
|
||||
description = "Web framework for building APIs with Django and Python type hints";
|
||||
homepage = "https://django-ninja.dev";
|
||||
license = licenses.mit;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user