python3Packages.django: 2.2.22 -> 2.2.24

https://docs.djangoproject.com/en/dev/releases/2.2.24/
https://www.djangoproject.com/weblog/2021/jun/02/security-releases/

Fixes: CVE-2021-33203, CVE-2021-33571
This commit is contained in:
Martin Weinelt 2021-06-02 15:23:05 +02:00
parent a261aaf9c2
commit 6c7db95fea

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "Django";
version = "2.2.22";
version = "2.2.24";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "db2214db1c99017cbd971e58824e6f424375154fe358afc30e976f5b99fc6060";
sha256 = "1dvx3x85lggm91x7mpvaf9nmpxyz7r97pbpnmr2k1qfy0c7gyf9k";
};
patches = lib.optional withGdal