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:
Martin Weinelt 2024-09-04 02:41:21 +02:00
parent b4aa6a4f57
commit dfefafb8f6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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