Merge pull request #56491 from lsix/django_updates

Django updates
This commit is contained in:
Lancelot SIX 2019-03-07 09:51:06 +01:00 committed by GitHub
commit e5091dea9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 [