mailman: Add comments wrt updating mailman components

The Mailman Core must be on its latest available version
before updating hyperkitty or postorious.
This commit is contained in:
Lucas Savva 2021-04-05 02:34:59 +01:00
parent 4002146ff5
commit 3faeac7062
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@
buildPythonPackage rec {
pname = "HyperKitty";
# Note: Mailman core must be on the latest version before upgrading HyperKitty.
# See: https://gitlab.com/mailman/postorius/-/issues/516#note_544571309
version = "1.3.3";
disabled = !isPy3k;

View file

@ -4,6 +4,8 @@
buildPythonPackage rec {
pname = "postorius";
# Note: Mailman core must be on the latest version before upgrading Postorious.
# See: https://gitlab.com/mailman/postorius/-/issues/516#note_544571309
version = "1.3.4";
src = fetchPypi {