Merge pull request #63366 from lsix/django_1_11_21

pythonPackages.django: 1.11.20 -> 1.11.21
This commit is contained in:
Lancelot SIX 2019-06-20 11:00:05 +02:00 committed by GitHub
commit 00078b99ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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