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:
parent
9b4937d421
commit
cd00c693df
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue