guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: notmuch: Update to 0.24.2.


From: Marius Bakke
Subject: 01/04: gnu: notmuch: Update to 0.24.2.
Date: Thu, 1 Jun 2017 12:09:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7fb5c2cfabc16c4fed5c5200972b7f2c70a0d700
Author: Marius Bakke <address@hidden>
Date:   Thu Jun 1 17:35:12 2017 +0200

    gnu: notmuch: Update to 0.24.2.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.24.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 245d2b4..b5d9135 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -672,14 +672,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.24.1")
+    (version "0.24.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "18rw0rim6zxhnr2nggial029x4raaxqcgf9klfbdhv89qvi7s4gs"))))
+                "0lfchvapk11qazdgsxj42igp9mpp83zbd0h1jj6r3ifmhikajxma"))))
     (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]