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:
parent
4002146ff5
commit
3faeac7062
|
@ -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;
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue