python3Packages.django_4: 4.0.6 -> 4.0.7

https://www.djangoproject.com/weblog/2022/aug/03/security-releases/

Fixes: CVE-2022-36359
This commit is contained in:
Martin Weinelt 2022-08-03 13:04:19 +02:00
parent 168d1c5789
commit 8e4e1caf65
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -39,14 +39,14 @@
buildPythonPackage rec {
pname = "Django";
version = "4.0.6";
version = "4.0.7";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-pnp5P/aCf9NzVVU33KDaKTpjoxb+NMt/Nn+JjMyjw64=";
hash = "sha256-nG1a02vnmOVi3cqmsXscP/LTxPUppHQytp+5ow+EdGE=";
};
patches = lib.optional withGdal