gnu: notmuch: Update to 0.26.2.

* gnu/packages/mail.scm (notmuch): Update to 0.26.2.
This commit is contained in:
Marius Bakke 2018-04-28 13:38:01 +02:00
parent af574d824a
commit 720d9df908
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -744,14 +744,14 @@ (define-public notifymuch
(define-public notmuch
(package
(name "notmuch")
(version "0.26.1")
(version "0.26.2")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.gz"))
(sha256
(base32
"0dx8nhdmkaqabxcgxfa757m99fi395y76h9ynx8539yh9m7y9xyk"))))
"0fqf6wwvqlccq9qdnd0mky7fx0kbkczd28blf045s0vsvdjii70h"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)