pythonPackages.django: django_1_11 -> django_lts

This commit is contained in:
Lancelot SIX
2020-02-09 09:17:31 +01:00
committed by Frederik Rietdijk
parent 17a0ec03cc
commit 2711c7477d
6 changed files with 19 additions and 2 deletions
+4
View File
@@ -1,7 +1,11 @@
{ buildPythonPackage, lib, fetchgit, isPy3k
, git, makeWrapper, sassc, hyperkitty, postorius, whoosh
, django
}:
if lib.versionOlder "2.2" django.version
then throw "mailman-web requires django < 2.2"
else
buildPythonPackage rec {
pname = "mailman-web-unstable";
version = "2019-09-29";