gnu: notmuch: Update to 0.18.1.

* gnu/packages/mail.scm (notmuch): Update to 0.18.1.
This commit is contained in:
Mark H Weaver 2014-08-06 12:42:36 -04:00
parent 352b3bb6e3
commit 7f767bccf8

@ -332,14 +332,14 @@ attachments, create new maildirs, and so on.")
(define-public notmuch
(package
(name "notmuch")
(version "0.18")
(version "0.18.1")
(source (origin
(method url-fetch)
(uri (string-append "http://notmuchmail.org/releases/notmuch-"
version ".tar.gz"))
(sha256
(base32
"1ia65iazz2hlp3ja57yn0chs27rzsky9kayw74njwmgi9faw3vh9"))))
"1pdp9l7yv71d3fjb30qyccva8h03hvg88q4a00yi50v2j70kvmgj"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ;; FIXME: Test suite hangs and times out.