guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: notmuch: Update to 0.26.2.


From: Marius Bakke
Subject: 04/04: gnu: notmuch: Update to 0.26.2.
Date: Sat, 28 Apr 2018 10:56:15 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 720d9df90867d3521eacc7dc867959f5a487434b
Author: Marius Bakke <address@hidden>
Date:   Sat Apr 28 13:38:01 2018 +0200

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



reply via email to

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