pythonPackages.django: 1.11.12 -> 1.11.13

See https://docs.djangoproject.com/en/1.11/releases/1.11.13/ for release
information
This commit is contained in:
Lancelot SIX 2018-05-23 15:24:32 +02:00
parent 5f1ec8e6d9
commit 8733a3b932
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.12";
version = "1.11.13";
disabled = pythonOlder "2.7";
src = fetchurl {
url = "http://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz";
sha256 = "1szjha338grhf9dq0wpbrqwvak597shsx474pm5j67kn09xqqfad";
sha256 = "19d4c1rlbhmbvbxvskvqjb2aw4dnf2cqi1hhdh11ykdy1a7gxba6";
};
patches = stdenv.lib.optionals withGdal [