python313Packages.django_5: 5.1.6 -> 5.1.7

https://docs.djangoproject.com/en/5.1/releases/5.1.7/
https://www.djangoproject.com/weblog/2025/mar/06/security-releases/

Fixes: CVE-2025-26699
This commit is contained in:
Martin Weinelt
2025-03-08 11:21:41 +01:00
parent 961a3f0713
commit afdc6ae625
+2 -2
View File
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.1.6";
version = "5.1.7";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-eqyRiMNMmhg08Pga+AGnhGXfUoTMOuIHEPOEEGboIPE=";
hash = "sha256-BxhHqWpTZLcx46RofnXzZ5nj4xDPcj7hNng9ppUN5Hw=";
};
patches =