python311Packages.django_4: 4.2.5 -> 4.2.6

https://docs.djangoproject.com/en/4.2/releases/4.2.6/
https://www.djangoproject.com/weblog/2023/oct/04/security-releases/

Fixes: CVE-2023-43665
This commit is contained in:
Martin Weinelt
2023-10-04 19:03:26 +02:00
parent c7a3c2d71b
commit 42f03e6d5a
+2 -2
View File
@@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "Django";
version = "4.2.5";
version = "4.2.6";
format = "pyproject";
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-XlwclUj/t3lrSopHgumi5aPfNhUln8G/0+vHO2RhRsE=";
hash = "sha256-CPQfRotjM1rqDZBMVyngJQMA9qGQe/KTplSZSWzbxo8=";
};
patches = [