mbakke pushed a commit to branch master
in repository guix.

commit 68b9be1fd8c2f0377f1f41651e3243bbc39120e5
Author: Marius Bakke <mba...@fastmail.com>
Date:   Tue Jan 9 20:41:10 2018 +0100

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

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3cfa7ba..c415e85 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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)

Reply via email to