me
/
guix
Archived
1
0
Fork 0

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>
master
Tanguy Le Carrour 2021-11-24 15:00:34 +01:00 committed by Nicolas Goaziou
parent 4be46b231f
commit 214b3c52ce
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -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