From 24120daaf43c984bbd292e28037ff73baafe34d7 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 19 May 2020 20:05:45 +0300 Subject: gn: Update python-hyperkitty. --- gn/packages/mailman.scm | 5 +++-- 1 file 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))) -- cgit v1.2.3