aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-04-06 14:37:16 +0200
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:31 +0200
commita133331ee82be1ae4024bd1df8d75bfc962ef8cb (patch)
treed16a6b72723171963292ad268a19b1a6457220bc
parent27fa740f79287118e71ba8c57ba8179dbef4d9e8 (diff)
downloadguix-a133331ee82be1ae4024bd1df8d75bfc962ef8cb.tar.gz
guix-a133331ee82be1ae4024bd1df8d75bfc962ef8cb.zip
gnu: python-mailman-hyperkitty: Update to 1.2.1.
* gnu/packages/mail.scm (python-mailman-hyperkitty): Update to 1.2.1. [build-system]: Switch to pyproject. [native-inputs]: Remove python-mock, python-nose. Add python-setuptools, python-wheel. Change-Id: Iaee680b7d95823c0ba5dbd12adedd4efa20e1bc2 Signed-off-by: Steve George <steve@futurile.net>
-rw-r--r--gnu/packages/mail.scm24
1 files changed, 10 insertions, 14 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3a92b718a3..9f88bbf70d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3758,21 +3758,17 @@ interfaces interacting with Mailman.")
(define-public python-mailman-hyperkitty
(package
(name "python-mailman-hyperkitty")
- (version "1.2.0")
+ (version "1.2.1")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "mailman-hyperkitty" version))
- (sha256
- (base32
- "1ni6vf1yi14c0l895fk278x4na7ymhpkl1q0vnpzbkzplpa7200i"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-requests python-zope-interface))
- (inputs
- (list mailman))
- (native-inputs
- (list python-mock python-nose python-nose2))
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "mailman-hyperkitty" version))
+ (sha256
+ (base32 "0f6c1fs28w3r9k9mbg7gsv6pa45aayaadaa0dn4q5dfcqvxrvmpq"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-requests python-zope-interface))
+ (inputs (list mailman))
+ (native-inputs (list python-nose2 python-setuptools python-wheel))
(home-page "https://gitlab.com/mailman/mailman-hyperkitty/")
(synopsis "Mailman archiver plugin for HyperKitty")
(description