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 14 15 15 buildPythonPackage rec { 16 16 pname = "django-ninja"; 17 - version = "1.4.0"; 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 - hash = "sha256-pMS3uL21Os9b4DlKt6jmhHM/DUAM5r3xuQ2Pu8daQvQ="; 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 - changelog = "https://github.com/vitalik/django-ninja/releases/tag/v${version}"; 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;