Loading pkgs/development/python-modules/django/4.nix +3 −2 Original line number Diff line number Diff line Loading @@ -43,14 +43,14 @@ buildPythonPackage rec { pname = "Django"; version = "4.1.3"; version = "4.1.4"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-Z4u/yGBOskbtVOIGPwdl8TsyGlBSa9yMsflD7af6MfE="; hash = "sha256-04pOEI0jhsuWN9pmqC3I0HM8rt5Mg8Sv29p4r0IUIRs="; }; patches = [ Loading Loading @@ -113,6 +113,7 @@ buildPythonPackage rec { ''; meta = with lib; { changelog = "https://docs.djangoproject.com/en/${lib.versions.majorMinor version}/releases/${version}/"; description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."; homepage = "https://www.djangoproject.com"; license = licenses.bsd3; Loading Loading
pkgs/development/python-modules/django/4.nix +3 −2 Original line number Diff line number Diff line Loading @@ -43,14 +43,14 @@ buildPythonPackage rec { pname = "Django"; version = "4.1.3"; version = "4.1.4"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-Z4u/yGBOskbtVOIGPwdl8TsyGlBSa9yMsflD7af6MfE="; hash = "sha256-04pOEI0jhsuWN9pmqC3I0HM8rt5Mg8Sv29p4r0IUIRs="; }; patches = [ Loading Loading @@ -113,6 +113,7 @@ buildPythonPackage rec { ''; meta = with lib; { changelog = "https://docs.djangoproject.com/en/${lib.versions.majorMinor version}/releases/${version}/"; description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."; homepage = "https://www.djangoproject.com"; license = licenses.bsd3; Loading