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:
Martin Weinelt 2023-11-02 02:14:34 +01:00
parent ead4c02aff
commit 5f9b322e22
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.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 = [