python3Packages.django_4: 4.2.22 -> 4.2.23

https://docs.djangoproject.com/en/4.2/releases/4.2.23/
https://www.djangoproject.com/weblog/2025/jun/10/bugfix-releases/

Fixes: CVE-2025-48432
This commit is contained in:
Martin Weinelt
2025-06-11 02:16:57 +02:00
parent ac4ab4ebb4
commit 15fc350a5e
+2 -2
View File
@@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "django";
version = "4.2.22";
version = "4.2.23";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-+kq3GF2Q8uaa+UsZK5uWQIyW9tSjfKAE+yiuDTSVwwA=";
hash = "sha256-h6VkMLg2XAVC0p+ItTs/2EqpYdZn9uNvv6ZwQHXP0bI=";
};
patches =