python312Packages.django_5: 5.0.8 -> 5.0.9

https://docs.djangoproject.com/en/5.0/releases/5.0.9/
https://www.djangoproject.com/weblog/2024/sep/03/security-releases/

Fixes: CVE-2024-45230, CVE-2024-45231
This commit is contained in:
Martin Weinelt
2024-09-04 03:02:07 +02:00
parent 6f6c45b513
commit add378b3bc

View File

@@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.0.8";
version = "5.0.9";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-mH8o1f3UMuKEHwfXK2ck1GVj/T50F+7IgTsnXJn7aHU=";
hash = "sha256-0SZoA9kQ+UTc6V28pRMqqpL9FlWSfKXbGrNWO93a19Y=";
};
patches =