guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: notmuch: Update to 0.26.


From: Marius Bakke
Subject: 01/01: gnu: notmuch: Update to 0.26.
Date: Tue, 9 Jan 2018 15:26:49 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 68b9be1fd8c2f0377f1f41651e3243bbc39120e5
Author: Marius Bakke <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]