3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: notmuch: Update to 0.24.

* gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to
0.24.
This commit is contained in:
Marius Bakke 2017-03-13 18:14:13 +01:00
parent 17fb6fb105
commit dd8ecb386c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -663,14 +663,14 @@ invoking @command{notifymuch} from the post-new hook.")
(define-public notmuch
(package
(name "notmuch")
(version "0.23.7")
(version "0.24")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.gz"))
(sha256
(base32
"04w90c43zk23pys6prkqb14al408qypifcfj2qznqpwlf46v26zi"))))
"1z3m9knsdmchvfjzjhjf2cmdc9yahmvbvzn46wsrsrihfvv4rr7p"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list "V=1") ; Verbose test output.