Revert "python3Packages.django_2: 2.2.20 -> 2.2.22"

This reverts commit 3d90503875.

This commit should have gone to staging first.
This commit is contained in:
Lancelot SIX 2021-05-07 10:49:11 +01:00
parent d93bcc481b
commit 5dc5571a5a

View file

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