pythonPakcages.django: 1.11.13 -> 1.11.15

This commit is contained in:
Lancelot SIX 2018-08-21 14:58:55 +02:00
parent 08a32ae34f
commit 7a72c4da1b
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "Django";
version = "1.11.13";
version = "1.11.15";
disabled = pythonOlder "2.7";
src = fetchurl {
url = "http://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz";
sha256 = "19d4c1rlbhmbvbxvskvqjb2aw4dnf2cqi1hhdh11ykdy1a7gxba6";
sha256 = "0h2sl02x2mxr3rl3dy750pzm5kvmx77116fys8rrgw164kc3b0mi";
};
patches = stdenv.lib.optionals withGdal [