python313Packages.django_4: 4.2.20 -> 4.2.21

Fixes CVE-2025-32873.
https://www.djangoproject.com/weblog/2025/may/07/security-releases/

https://docs.djangoproject.com/en/dev/releases/4.2.21/
This commit is contained in:
Thomas Gerbet
2025-05-07 23:55:19 +02:00
parent ba68402d79
commit 27c193f7b7
+2 -2
View File
@@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "django";
version = "4.2.20";
version = "4.2.21";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-RmClB0ntPzcUzsy1lKn3G5IUoNiXiYuM+/LLj0JyFfQ=";
hash = "sha256-GiOPIuYJAkMPW8JccJvFEoQi36rCmySHeLB7mAmg6CM=";
};
patches =