Revert "python3Packages.django_3: 3.2 -> 3.2.2"

This reverts commit 957371b717.

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

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "Django";
version = "3.2.2";
version = "3.2";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "0a1d195ad65c52bf275b8277b3d49680bd1137a5f55039a806f25f6b9752ce3d";
sha256 = "179qdxa438fnycnnf1j5z6359h1kbp2q7djf01v5jrr26xjgkw11";
};
patches = lib.optional withGdal