diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-04 20:39:53 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:59 +0000 |
commit | bb3dbcde48c6f19100726545c43687f0d37fa620 (patch) | |
tree | f7ca726e248123bdc676d1b5b348e376d57bb0de /gnu/packages/mail.scm | |
parent | ebe35e6b73326b0029323b640d58f7b3be1373a8 (diff) | |
download | guix-bb3dbcde48c6f19100726545c43687f0d37fa620.tar guix-bb3dbcde48c6f19100726545c43687f0d37fa620.tar.gz |
gnu: Remove python-mistune-next.
* gnu/packages/python-xyz.scm (python-mistune-next): Delete variable.
* gnu/packages/bioinformatics.scm (python-schema-salad)
[propagated-inputs]: Remove python-mistune-next; add python-mistune.
* gnu/packages/mail.scm (python-hyperkitty): Likewise.
* gnu/packages/syndication.scm (giara): Likewise.
Change-Id: Iccf5ffde2b2c5a8c9b8e1c0e6ebd6fa7eab9f144
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 86ca8ff501..9d752c74bc 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3776,7 +3776,7 @@ which sends emails to HyperKitty, the official Mailman3 web archiver.") python-django-rest-framework python-flufl-lock python-mailmanclient - python-mistune-next + python-mistune python-networkx python-pytz python-robot-detection)) |