pythonPackages.django: 2.2.15 -> 2.2.16

See https://docs.djangoproject.com/en/dev/releases/2.2.16/
gstqt5
Lancelot SIX 2020-09-21 13:43:44 +01:00 committed by Jon
parent 260f03f9e6
commit bd4805b659
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "Django";
version = "2.2.15";
version = "2.2.16";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "3e2f5d172215862abf2bac3138d8a04229d34dbd2d0dab42c6bf33876cc22323";
sha256 = "1535g2r322cl4x52fb0dmzlbg23539j2wx6027j54p22xvjlbkv2";
};
patches = stdenv.lib.optional withGdal