guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: notmuch: Update to 0.28.3.


From: guix-commits
Subject: 05/07: gnu: notmuch: Update to 0.28.3.
Date: Sun, 10 Mar 2019 13:37:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit df8dbfb30b74d01557a8481fb93e0191b05d2408
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 10 16:27:59 2019 +0100

    gnu: notmuch: Update to 0.28.3.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.28.3.
---
 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 fb8ca2d..29ba1a9 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -839,14 +839,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.28.2")
+    (version "0.28.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0cg9ff7h7mklgbqqknxigxxx1j3p3s2a9cxvrs5ih7j56f04k9l5"))))
+                "1v0ff6qqwj42p3n6qw30czzqi52nvgf3dn05vd7a03g39a5js8af"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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