python3Packages.django_3: 3.2 -> 3.2.2

https://www.djangoproject.com/weblog/2021/may/06/security-releases/
This commit is contained in:
Robert Schütz 2021-05-06 15:20:30 +02:00 committed by Lancelot SIX
parent 2e0b8acd82
commit ae65aae795

View file

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