python311Packages.django_3: 3.2.24 -> 3.2.25

https://docs.djangoproject.com/en/dev/releases/3.2.25/
https://www.djangoproject.com/weblog/2024/mar/04/security-releases/

Fixes: CVE-2024-27351
This commit is contained in:
Martin Weinelt
2024-03-04 13:54:53 +01:00
parent 7b907a3378
commit 00da1a73aa
+2 -2
View File
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "django";
version = "3.2.24";
version = "3.2.25";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "Django";
inherit version;
hash = "sha256-qu6fsPtOvUMRUgiHrS4zMT02iEZgf4KpoO1GHNTDWxg=";
hash = "sha256-fKOKeGVK7nI3hZTWPlFjbAS44oV09VBd/2MIlbVHJ3c=";
};
patches = [