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.28.1.


From: guix-commits
Subject: 06/06: gnu: notmuch: Update to 0.28.1.
Date: Sat, 9 Feb 2019 15:06:44 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2c7a28ecce73b70fd137733b8be5d4f1d13a4c21
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 9 20:48:13 2019 +0100

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



reply via email to

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