python3Packages.django_6: 6.0.1 -> 6.0.2

https://docs.djangoproject.com/en/6.0/releases/6.0.2/
https://www.djangoproject.com/weblog/2026/feb/03/security-releases/

Fixes: CVE-2025-13473, CVE-2025-14550, CVE-2026-1207, CVE-2026-1285,
       CVE-2026-1287, CVE-2026-1312
This commit is contained in:
Martin Weinelt
2026-02-04 03:16:02 +01:00
parent 024494af11
commit 79418dda8b
+2 -2
View File
@@ -42,7 +42,7 @@
buildPythonPackage (finalAttrs: {
pname = "django";
version = "6.0.1";
version = "6.0.2";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -51,7 +51,7 @@ buildPythonPackage (finalAttrs: {
owner = "django";
repo = "django";
tag = finalAttrs.version;
hash = "sha256-RvxEjFMKaYrnK3u5GkdAm2gHzpdOck9Qx3Yahz3W5Jo=";
hash = "sha256-59zbILbU+G9q7hwF8IbipykZLCWEHEx+cLRglJpvuQw=";
};
patches = [