python3Packages.django_2: 2.2.19 -> 2.2.20

Fixes: CVE-2021-28658
This commit is contained in:
Martin Weinelt 2021-04-06 15:40:48 +02:00
parent 1bd1969867
commit cf4a573ef1
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "Django";
version = "2.2.19";
version = "2.2.20";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0hysjf8bz4g8xrn2cdx6pmawimpyr6ag2fg3jxsnc1byr3g3bhih";
sha256 = "0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95";
};
patches = lib.optional withGdal