guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: notmuch: Update to 0.27.


From: Marius Bakke
Subject: 01/02: gnu: notmuch: Update to 0.27.
Date: Tue, 19 Jun 2018 10:55:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1abc6fd84b13d13035a33f02811a188703c7b8fe
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 19 15:35:11 2018 +0200

    gnu: notmuch: Update to 0.27.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.27.
---
 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 77e81ac..57d5897 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -763,14 +763,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.26.2")
+    (version "0.27")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fqf6wwvqlccq9qdnd0mky7fx0kbkczd28blf045s0vsvdjii70h"))))
+                "0xh8vq2sa7r07xb3n13drc6gdiqhcgl0pj0za5xj43qkiwpikls0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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