python3Packages.django_6: 6.0.6 -> 6.0.7

https://docs.djangoproject.com/en/6.0/releases/6.0.7/
https://www.djangoproject.com/weblog/2026/jul/07/security-releases/

Fixes: CVE-2026-48588, CVE-2026-53877, CVE-2026-53878
This commit is contained in:
Martin Weinelt
2026-07-07 17:02:49 +02:00
parent a0355b48ea
commit d033813d9b
+2 -2
View File
@@ -42,7 +42,7 @@
buildPythonPackage (finalAttrs: {
pname = "django";
version = "6.0.6";
version = "6.0.7";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -51,7 +51,7 @@ buildPythonPackage (finalAttrs: {
owner = "django";
repo = "django";
tag = finalAttrs.version;
hash = "sha256-hLnTqY64PfaGJ1JJccrxYms41Jp4E4pVq6rmrtFpESE=";
hash = "sha256-B28twwEGLcXV0TlQxgRhNBiKhwJd+5f7sL35SkHAkRY=";
};
patches = [