aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/mailman.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gn/packages/mailman.scm b/gn/packages/mailman.scm
index d6e06d6..a45ae05 100644
--- a/gn/packages/mailman.scm
+++ b/gn/packages/mailman.scm
@@ -1156,14 +1156,14 @@ service processes for your tests with pytest.")
(define-public python-hyperkitty
(package
(name "python-hyperkitty")
- (version "1.3.0")
+ (version "1.3.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "HyperKitty" version))
(sha256
(base32
- "1h39l5r3ml0687nwc9qpajvis5dqpdbrcklxwrshvk1d1y8dlc5b"))))
+ "092fkv0xyf5vgj33xwq0mh9h5c5d56ifwimaqbfpx5cwc6yivb88"))))
(build-system python-build-system)
(arguments
'(#:phases
@@ -1190,6 +1190,7 @@ service processes for your tests with pytest.")
("python-robot-detection" ,python-robot-detection)))
(native-inputs
`(("python-beautifulsoup4" ,python-beautifulsoup4)
+ ("python-elasticsearch" ,python-elasticsearch)
("python-isort" ,python-isort)
("python-mock" ,python-mock)
("python-whoosh" ,python-whoosh)))