pythonPackages.django_2_1: 2.1.7 -> 2.1.8

See https://docs.djangoproject.com/en/2.2/releases/2.1.8/ for release
information
This commit is contained in:
Lancelot SIX 2019-04-09 15:50:39 +02:00
parent 2f2e2971d6
commit 952d983e77
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "2.1.7"; version = "2.1.8";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "939652e9d34d7d53d74d5d8ef82a19e5f8bb2de75618f7e5360691b6e9667963"; sha256 = "1r1y3d3gz5v1kyfs77dxbcm5my27q8dpcmj821b6yl8x22281cpk";
}; };
patches = stdenv.lib.optionals withGdal [ patches = stdenv.lib.optionals withGdal [