diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2021-11-24 15:00:34 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-11-27 10:02:11 +0100 |
commit | 214b3c52ce37f13f669fdc2be9dcbfbec47a70b9 (patch) | |
tree | f8cebf732de9d855f9223624fc432aa2fc734ed0 /gnu/packages | |
parent | 4be46b231ffba2c998dde90889ae1741c94f6906 (diff) | |
download | guix-214b3c52ce37f13f669fdc2be9dcbfbec47a70b9.tar.gz guix-214b3c52ce37f13f669fdc2be9dcbfbec47a70b9.zip |
gnu: alot: Update to 0.10.
* gnu/packages/mail.scm (alot): Update to 0.10.
[inputs]: Use python-notmuch2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mail.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index eb00f89c57..607f01d888 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1240,7 +1240,7 @@ attachments, create new maildirs, and so on.") (define-public alot (package (name "alot") - (version "0.9.1") + (version "0.10") (source (origin (method git-fetch) ;; package author intends on distributing via github rather @@ -1252,7 +1252,7 @@ attachments, create new maildirs, and so on.") (file-name (git-file-name name version)) (sha256 (base32 - "0s94m17yph1gq9f2svipb3bbwbw1s4j3zf2xkg5h91006v8286r6")))) + "0awf1phdy1wqm01cy9zmvqlw6c8pvkxm2f9ncjd0cmzxqnmq1dyn")))) (build-system python-build-system) (arguments `(#:phases @@ -1288,7 +1288,7 @@ attachments, create new maildirs, and so on.") ("python-urwid" ,python-urwid) ("python-urwidtrees" ,python-urwidtrees) ("python-gpg" ,python-gpg) - ("python-notmuch" ,python-notmuch))) + ("python-notmuch2" ,python-notmuch2))) (home-page "https://github.com/pazz/alot") (synopsis "Command-line MUA using Notmuch") (description |