3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.django: 1.11.15 -> 1.11.16

See https://docs.djangoproject.com/en/1.11/releases/1.11.16/
This commit is contained in:
Lancelot SIX 2018-10-10 14:55:38 +02:00
parent d3b79965df
commit 95a040f9b6
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.15";
version = "1.11.16";
disabled = pythonOlder "2.7";
src = fetchurl {
url = "http://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz";
sha256 = "0h2sl02x2mxr3rl3dy750pzm5kvmx77116fys8rrgw164kc3b0mi";
sha256 = "14apywfi8mfy50xh07cagp24kx9mlqfzfq4f60klz90ng328q9i9";
};
patches = stdenv.lib.optionals withGdal [