python311Packages.django_4: 4.2.10 -> 4.2.11

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

Fixes: CVE-2024-27351
This commit is contained in:
Martin Weinelt 2024-03-04 14:03:36 +01:00
parent 9b4937d421
commit cd00c693df
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "Django";
version = "4.2.10";
version = "4.2.11";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-sSYO04GxChF1PHNERAjhmGnzJB/EXJhc1VowF3x4nRM=";
hash = "sha256-bm/z2y2N0MmGtO7IVUyOT5GbXB/2KltDkMF6/y7W5cQ=";
};
patches = [