gnu: notmuch: Update to 0.25.1.

* gnu/packages/mail.scm (notmuch): Update to 0.25.1.
This commit is contained in:
Marius Bakke 2017-09-12 22:00:23 +02:00
parent 777f485ee6
commit 493f2cbf06
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -667,14 +667,14 @@ (define-public notifymuch
(define-public notmuch (define-public notmuch
(package (package
(name "notmuch") (name "notmuch")
(version "0.25") (version "0.25.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-" (uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02z6d87ip1hkipz8d7w0sfklg8dd5fd5vlgp768640ixg0gqvlk5")))) "0c98hzwc60nb6kd15y0fl2ji3yfmr9k6v8ps0h3ihr3vkgn0kgxl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags (list "V=1") ; Verbose test output. '(#:make-flags (list "V=1") ; Verbose test output.