gnu: notmuch: Update to 0.26.

* gnu/packages/mail.scm (notmuch): Update to 0.26.
This commit is contained in:
Marius Bakke 2018-01-09 20:41:10 +01:00
parent 16d78a8f72
commit 68b9be1fd8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -693,14 +693,14 @@ invoking @command{notifymuch} from the post-new hook.")
(define-public notmuch
(package
(name "notmuch")
(version "0.25.3")
(version "0.26")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.gz"))
(sha256
(base32
"1fyx20rjpwbf2j1v5fpa5s0rjnwhcgvijzh2qyinp8rlbh1qxmab"))))
"1pvn1n7giv8n3xlazi3wpscdqhd2yak0fgv68aj23myr5bnr9s6k"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)