pytthonPackages.django_2_2: 2.2.7 -> 2.2.8

See https://docs.djangoproject.com/en/2.2/releases/2.2.8/
This commit is contained in:
Lancelot SIX 2019-12-03 10:25:44 +01:00 committed by Frederik Rietdijk
parent dcf9a77568
commit 40e0bf33fc

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "Django";
version = "2.2.7";
version = "2.2.8";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "16040e1288c6c9f68c6da2fe75ebde83c0a158f6f5d54f4c5177b0c1478c5b86";
sha256 = "183wmqgkspb9vk1dc42h5s2h31gjpw68vv6ywbvpljvakiplzbd4";
};
patches = stdenv.lib.optional withGdal