guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: notmuch: Update to 0.28.2.


From: guix-commits
Subject: 09/15: gnu: notmuch: Update to 0.28.2.
Date: Sun, 17 Feb 2019 12:46:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0e525a89c10198411b9f03b62eccc78857cae465
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 17 15:57:52 2019 +0100

    gnu: notmuch: Update to 0.28.2.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.28.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 3dba4c4..78cf899 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.1")
+    (version "0.28.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0mcsfkrp6mpy374m5rwwgm9md8qzvwa3s4rbzid4cnkx2cwfj4fi"))))
+                "0cg9ff7h7mklgbqqknxigxxx1j3p3s2a9cxvrs5ih7j56f04k9l5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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