pythonPackages.django: 1.11.7 -> 1.11.8

Release notes: https://docs.djangoproject.com/en/1.11/releases/1.11.8/
This commit is contained in:
Lancelot SIX 2017-12-08 12:07:38 +01:00
parent b00f806ed0
commit fe127535b0
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "Django";
name = "${pname}-${version}";
version = "1.11.7";
version = "1.11.8";
disabled = pythonOlder "2.7";
src = fetchurl {
url = "http://www.djangoproject.com/m/releases/1.11/${name}.tar.gz";
sha256 = "16ab3p6jj1da94wkz2b5fb128ycy4826bbsnbabcd3qdaf9f6649";
sha256 = "04gphaarwj1yrhhpi9im6gsg77i2vv0iwyjc0pmxba53nndyglzy";
};
patches = stdenv.lib.optionals withGdal [