python3Packages.django_2_1: 2.1.10 -> 2.1.11

See https://docs.djangoproject.com/en/2.1/releases/2.1.11/ for release
notes.
This commit is contained in:
Lancelot SIX 2019-08-05 12:06:23 +02:00
parent 37c8c6371b
commit 34eca41af0
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "Django";
version = "2.1.10";
version = "2.1.11";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0n794x17x8q2jzjm12glb900y53r3bxg8dafvl65djiglm4abqk5";
sha256 = "1m9bs78sh91slsjxkhxgkg715gbsgph9ky7d74czs0z2mhg86h8s";
};
patches = stdenv.lib.optionals withGdal [