python312Packages.django: 4.2.14 -> 4.2.15

https://docs.djangoproject.com/en/4.2/releases/4.2.15/
https://www.djangoproject.com/weblog/2024/aug/06/security-releases/

Fixes: CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, CVE-2024-42005
This commit is contained in:
Martin Weinelt 2024-08-07 00:50:50 +02:00
parent 98815855ea
commit 5e12a4df29
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.14";
version = "4.2.15";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-Nt+dVIikfe7gJY6/qJzkolkXeSFNBCbCEMSaKYmvCz4=";
hash = "sha256-SWENMUsTgP3X3EvFiTgpKCZO0/KaZ1x1stSyp2kM/P4=";
};
patches =