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

authored by Weijia Wang and committed by GitHub 5461b7fa 91bd4e4c

+3 -3
+3 -3
pkgs/development/python-modules/django-ninja/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "django-ninja"; 17 - version = "1.4.0"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "vitalik"; 24 repo = "django-ninja"; 25 tag = "v${version}"; 26 - hash = "sha256-pMS3uL21Os9b4DlKt6jmhHM/DUAM5r3xuQ2Pu8daQvQ="; 27 }; 28 29 build-system = [ flit-core ]; ··· 41 ]; 42 43 meta = with lib; { 44 - changelog = "https://github.com/vitalik/django-ninja/releases/tag/v${version}"; 45 description = "Web framework for building APIs with Django and Python type hints"; 46 homepage = "https://django-ninja.dev"; 47 license = licenses.mit;
··· 14 15 buildPythonPackage rec { 16 pname = "django-ninja"; 17 + version = "1.4.1"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "vitalik"; 24 repo = "django-ninja"; 25 tag = "v${version}"; 26 + hash = "sha256-96JnUFgfuElR7WpiExS2fmK1xxaosd77li36bTLS//U="; 27 }; 28 29 build-system = [ flit-core ]; ··· 41 ]; 42 43 meta = with lib; { 44 + changelog = "https://github.com/vitalik/django-ninja/releases/tag/${src.tag}"; 45 description = "Web framework for building APIs with Django and Python type hints"; 46 homepage = "https://django-ninja.dev"; 47 license = licenses.mit;