python3Packages.django_5_2: 5.2.1 -> 5.2.2

https://docs.djangoproject.com/en/5.2/releases/5.2.2/
https://www.djangoproject.com/weblog/2025/jun/04/security-releases/

Fixes: CVE-2025-48432
This commit is contained in:
Martin Weinelt
2025-06-05 05:01:23 +02:00
parent da5af46a09
commit 0e349bdc76
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.2.1";
version = "5.2.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-JmO2IEWrpA7/FXOwESLvIIuHmi2HQgvg28LVNmBXgLA=";
hash = "sha256-x5PTE8oYA1VzErYXfuRzT4xNiMRnfEd6H9lEtB+HBkc=";
};
patches =