[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/24: gnu: python-mailman-hyperkitty: Update to 1.2.0.
From: |
guix-commits |
Subject: |
20/24: gnu: python-mailman-hyperkitty: Update to 1.2.0. |
Date: |
Sun, 5 Dec 2021 08:16:28 -0500 (EST) |
mbakke pushed a commit to branch core-updates-frozen
in repository guix.
commit 0d196ab9bd45920363d4f26cedbba257191b89ac
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 2 22:05:35 2021 +0100
gnu: python-mailman-hyperkitty: Update to 1.2.0.
* gnu/packages/mail.scm (python-mailman-hyperkitty): Update to 1.2.0.
[source](patches): Remove.
---
gnu/packages/mail.scm | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 5a53416..0ee57f9 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3484,24 +3484,14 @@ interacting with Mailman.")
(define-public python-mailman-hyperkitty
(package
(name "python-mailman-hyperkitty")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mailman-hyperkitty" version))
(sha256
(base32
- "1lfqa9admhvdv71f528jmz2wl0i5cv77v6l64px2pm4zqr9ckkjx"))
- (patches
- (list
- (origin
- ;; see: https://gitlab.com/mailman/mailman-hyperkitty/issues/17
- ;; fixes test_archive_message_unserializable
- (method url-fetch)
- (uri
"https://salsa.debian.org/mailman-team/mailman-hyperkitty/raw/debian/1.1.0-9/debian/patches/0002-Skip-the-test_archive_message_unserializable.patch")
- (sha256
- (base32
- "0p1fwm46c4bl81lvsg3kjhn2r1lwgkpgxamb3xyqn7h9qdrw10hw")))))))
+ "1ni6vf1yi14c0l895fk278x4na7ymhpkl1q0vnpzbkzplpa7200i"))))
(build-system python-build-system)
(propagated-inputs
`(("python-requests" ,python-requests)
- branch core-updates-frozen updated (f849081 -> c61e49a), guix-commits, 2021/12/05
- 02/24: gnu: python-fakeredis: Update to 1.7.0., guix-commits, 2021/12/05
- 01/24: gnu: Django packages propagate Django, after all., guix-commits, 2021/12/05
- 09/24: gnu: python-django-logging-json: Disable sanity check., guix-commits, 2021/12/05
- 03/24: gnu: python-django-haystack: Disable sanity check., guix-commits, 2021/12/05
- 04/24: gnu: python-django-jinja: Update to 2.9.1., guix-commits, 2021/12/05
- 08/24: gnu: python-django-appconf: Fix tests., guix-commits, 2021/12/05
- 05/24: gnu: python-django-contact-form: Update to 1.9., guix-commits, 2021/12/05
- 07/24: gnu: python-django-pipeline: Fix tests., guix-commits, 2021/12/05
- 15/24: gnu: ganeti: Add the output directory on GUIX_PYTHONPATH., guix-commits, 2021/12/05
- 20/24: gnu: python-mailman-hyperkitty: Update to 1.2.0.,
guix-commits <=
- 17/24: gnu: python-django-haystack: Update to 3.1.1., guix-commits, 2021/12/05
- 21/24: gnu: python-whisper: Update to 1.1.8., guix-commits, 2021/12/05
- 11/24: gnu: python-django-url-filter: Adjust phase order., guix-commits, 2021/12/05
- 19/24: gnu: python-hyperkitty: Update to 1.3.5., guix-commits, 2021/12/05
- 24/24: gnu: tbb: Update to 2021.4.0., guix-commits, 2021/12/05
- 16/24: gnu: python-alembic: Update to 1.7.5., guix-commits, 2021/12/05
- 18/24: gnu: Add python-mistune-next., guix-commits, 2021/12/05
- 14/24: gnu: python-webassets: Patch for Python 3.9., guix-commits, 2021/12/05
- 06/24: gnu: python-django-sortedm2m: Fix tests., guix-commits, 2021/12/05
- 23/24: gnu: Adjust for python-build-system behavior change., guix-commits, 2021/12/05