python312Packages.django_4: 4.2.15 -> 4.2.16
https://docs.djangoproject.com/en/4.2/releases/4.2.16/ https://www.djangoproject.com/weblog/2024/sep/03/security-releases/ Fixes: CVE-2024-45230, CVE-2024-45231
This commit is contained in:
parent
b4aa6a4f57
commit
dfefafb8f6
@ -44,7 +44,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django";
|
||||
version = "4.2.15";
|
||||
version = "4.2.16";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||
owner = "django";
|
||||
repo = "django";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-SWENMUsTgP3X3EvFiTgpKCZO0/KaZ1x1stSyp2kM/P4=";
|
||||
hash = "sha256-VW/qfqOadivtU8Xg70FLqENtOV7GqJM4bR2Ik6Yag+o=";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
Loading…
Reference in New Issue
Block a user