pythonPackages.django_1_11: 1.11.18 -> 1.11.20

See release notes:
- https://docs.djangoproject.com/en/dev/releases/1.11.19/
- https://docs.djangoproject.com/en/dev/releases/1.11.20/
This commit is contained in:
Lancelot SIX 2019-02-27 22:37:37 +01:00
parent 80d032b13b
commit 3e81b4500e
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "Django";
version = "1.11.18";
version = "1.11.20";
src = fetchurl {
url = "https://www.djangoproject.com/m/releases/1.11/${pname}-${version}.tar.gz";
sha256 = "19b6f020als9hr4q1im5282yn2b1hzf586n9kjrlkrslq7da3k3k";
sha256 = "0h90kdq8r4y8wa73hdxmyy5psnwlg61dcq3qsa098cpfiyh9vaa3";
};
patches = stdenv.lib.optionals withGdal [