python311Packages.django_4: 4.2.6 -> 4.2.7
https://docs.djangoproject.com/en/4.2/releases/4.2.7/ https://www.djangoproject.com/weblog/2023/nov/01/security-releases/ Fixes: CVE-2023-46695 (on Windows only)
This commit is contained in:
parent
ead4c02aff
commit
5f9b322e22
1 changed files with 2 additions and 2 deletions
|
@ -42,14 +42,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
version = "4.2.6";
|
||||
version = "4.2.7";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-CPQfRotjM1rqDZBMVyngJQMA9qGQe/KTplSZSWzbxo8=";
|
||||
hash = "sha256-jg8cLCeGtcDjn+GvziTJJgQPrUfI6orTCq8RiN8p/EE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue