From 96e874f3982088090261f0c8b8f329fc2b527aaa Mon Sep 17 00:00:00 2001 From: Tim Gesthuizen Date: Tue, 13 Oct 2020 14:17:53 +0200 Subject: [PATCH 2/2] gnu: offlineimap: Update to 7.3.3 --- gnu/packages/mail.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 2bab7b4645..2fda7980e8 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -776,7 +776,7 @@ and corrections. It is based on a Bayesian filter.") (define-public offlineimap (package (name "offlineimap") - (version "7.2.4") + (version "7.3.3") (source (origin (method git-fetch) (uri (git-reference @@ -785,12 +785,14 @@ and corrections. It is based on a Bayesian filter.") (file-name (git-file-name name version)) (sha256 (base32 - "0h5q5nk2p2vx86w6rrbs7v70h81dpqqr68x6l3klzl3m0yj9agb1")))) + "1gg8ry67i20qapj4z20am9bm67m2q28kixcj7ja75m897vhzarnq")))) (build-system python-build-system) (native-inputs `(("asciidoc" ,asciidoc))) (inputs `(("python2-pysqlite" ,python2-pysqlite) - ("python2-six" ,python2-six))) + ("python2-six" ,python2-six) + ("python2-rfc6555" ,python2-rfc6555) + ("python2-selectors2" ,python2-selectors2))) (arguments ;; The setup.py script expects python-2. `(#:python ,python-2 -- 2.28.0