Merge pull request #32446 from lsix/update_django_1_11

pythonPackages.django: 1.11.7 -> 1.11.8
This commit is contained in:
Lancelot SIX 2017-12-19 09:16:24 +01:00 committed by GitHub
commit 298f404aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 [