Revert "python3Packages.django_2: 2.2.20 -> 2.2.22"

This reverts commit 3d905038750e7a3d151268f72442df6c650d4037.

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 { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "2.2.22"; version = "2.2.20";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "db2214db1c99017cbd971e58824e6f424375154fe358afc30e976f5b99fc6060"; sha256 = "0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95";
}; };
patches = lib.optional withGdal patches = lib.optional withGdal