guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: notmuch: Update to 0.23.7.


From: Marius Bakke
Subject: 06/06: gnu: notmuch: Update to 0.23.7.
Date: Wed, 1 Mar 2017 14:45:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 07feb580315d6d1a4474634a272cfd5a3b90f652
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 1 20:41:00 2017 +0100

    gnu: notmuch: Update to 0.23.7.
    
    * gnu/packages/mail.scm (notmuch, python2-notmuch): Update to 0.23.7.
---
 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 a6cef7a..ffa088d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -659,14 +659,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.23.5")
+    (version "0.23.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0ry2k9sdwd1vw8cf6svch8wk98523s07mwxvsf7b8kghqnrr89n6"))))
+                "04w90c43zk23pys6prkqb14al408qypifcfj2qznqpwlf46v26zi"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags (list "V=1") ; Verbose test output.



reply via email to

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