python3Packages.django_6: 6.0.4 -> 6.0.5

https://docs.djangoproject.com/en/6.0/releases/6.0.5/
https://www.djangoproject.com/weblog/2026/may/05/security-releases/

Fixes: CVE-2026-576, CVE-2026-35192, CVE-2026-6907
This commit is contained in:
Martin Weinelt
2026-05-05 17:43:20 +02:00
parent 621cb7abe1
commit 1e32786b02
+2 -2
View File
@@ -42,7 +42,7 @@
buildPythonPackage (finalAttrs: {
pname = "django";
version = "6.0.4";
version = "6.0.5";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -51,7 +51,7 @@ buildPythonPackage (finalAttrs: {
owner = "django";
repo = "django";
tag = finalAttrs.version;
hash = "sha256-zm++A7gZji4W4BAB1XXtqlXKjUMBbYmaEz9RGhx3RkI=";
hash = "sha256-jII/aoJ75sS+ig4iVZmTcsEE76aC8Om/k2J+LnRj+cE=";
};
patches = [