python312Packages.django-ninja: 1.4.0 -> 1.4.1 (#399733)

This commit is contained in:
Weijia Wang 2025-04-28 00:56:01 +02:00 committed by GitHub
commit 5461b7fa65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;