pythonPackages.django_2_1: 2.1 -> 2.1.1 (#47481)

See https://docs.djangoproject.com/en/2.1/releases/2.1.1/ for release
notes
This commit is contained in:
Lancelot SIX 2018-09-28 20:13:29 +02:00 committed by xeji
parent f51a090e24
commit a006e2fd7c

View File

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "2.1"; version = "2.1.1";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0dv184lgp7scq8cr4422rrvkd8npyiqww0zw50ygcim5smw6093z"; sha256 = "0b7p6d77xqs2hdq2k1amqgbr3050zn5i8asz5w2lxajqnvb1rk71";
}; };
patches = stdenv.lib.optionals withGdal [ patches = stdenv.lib.optionals withGdal [