3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #31181 from lsix/update_django_1_11_7

pythonPackages.django: 1.11.6 -> 1.11.7
This commit is contained in:
Orivej Desh 2017-11-06 06:14:24 +00:00 committed by GitHub
commit c70dec9df2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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