guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: notmuch: Update to 0.29.


From: guix-commits
Subject: 03/03: gnu: notmuch: Update to 0.29.
Date: Sat, 8 Jun 2019 17:50:03 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 80fa745cf97fb7760950979efb21f102dc41c6bf
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 7 13:25:58 2019 +0200

    gnu: notmuch: Update to 0.29.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.29.
    [source]: Change to ".xz" tarball.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 4edc62e..35a2c30 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -847,14 +847,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.28.4")
+    (version "0.29")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-";
-                                  version ".tar.gz"))
+                                  version ".tar.xz"))
               (sha256
                (base32
-                "1jjnhs4xs4gksvg0a9qn68rxrj41im5bh58snka2pkj20nxwmcds"))))
+                "0rg4jp0wlsham76rx9fmlpmcbv3n9vsd81vrzqvh6jrwlnmjds88"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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