guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: notmuch: Update to 0.29.2.


From: guix-commits
Subject: 07/08: gnu: notmuch: Update to 0.29.2.
Date: Sat, 19 Oct 2019 18:42:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 28391dc038c71be4ef03c66722b09c90a75b3e55
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 19 18:36:02 2019 +0200

    gnu: notmuch: Update to 0.29.2.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.29.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 64e8b77..578a5c0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -849,14 +849,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.29.1")
+    (version "0.29.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0rg3rwghd3wivf3bmqcqpkkd5c779ld5hi363zjcw5fl6a7gqilq"))))
+                "1pjmrnbn0iavm5pnw7wgfw5d6hg5i6miqfa6s7s4027vn94n3nhv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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