python3Packages.django_4: 4.0.3 -> 4.0.4

https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
https://docs.djangoproject.com/en/4.0/releases/4.0.4/

Fixes: CVE-2022-28346, CVE-2022-28347
This commit is contained in:
Martin Weinelt 2022-04-11 13:55:14 +02:00
parent e1b950fedb
commit ebe26c8483
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.3";
version = "4.0.4";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-d/8ucFDjMkybZ+KbZwd1RWb1hRQRKprHMxD2DNUmGTA=";
hash = "sha256-ToF3hYUkQXVjzAQw8p6iSZRtgx6ssAaKFFVoZYffQLU=";
};
patches = lib.optional withGdal