~ruther/guix-local

68b9be1fd8c2f0377f1f41651e3243bbc39120e5 — Marius Bakke 8 years ago 16d78a8
gnu: notmuch: Update to 0.26.

* gnu/packages/mail.scm (notmuch): Update to 0.26.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +2 -2
@@ 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)