pythonPackages.django: django_1_11 -> django_lts
This commit is contained in:
committed by
Frederik Rietdijk
parent
17a0ec03cc
commit
2711c7477d
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user