aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorEfraim Flashner2020-05-19 20:05:45 +0300
committerEfraim Flashner2020-05-19 20:05:45 +0300
commit24120daaf43c984bbd292e28037ff73baafe34d7 (patch)
tree9d576a8a9aef7ebf5f919ac9540696ffab2ce68e /gn
parent84e04c3bd453cf4581f56f8f6db7c42518f20427 (diff)
downloadguix-bioinformatics-24120daaf43c984bbd292e28037ff73baafe34d7.tar.gz
gn: Update python-hyperkitty.
Diffstat (limited to 'gn')
-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)))