pythonPackages.django: 1.11.20 -> 1.11.21

See https://www.djangoproject.com/weblog/2019/jun/03/security-releases/
This commit is contained in:
Lancelot SIX 2019-06-17 20:48:23 +02:00
parent ed63124f73
commit 1a3e3345d3
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

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 [