guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mutt: Update to 1.7.0.


From: Leo Famulari
Subject: 01/01: gnu: mutt: Update to 1.7.0.
Date: Sun, 21 Aug 2016 18:05:13 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 0323fe80f85caac14ce45c9a475985c962103dc6
Author: Leo Famulari <address@hidden>
Date:   Fri Aug 19 17:24:13 2016 -0400

    gnu: mutt: Update to 1.7.0.
    
    * gnu/packages/mail.scm (mutt): Update to 1.7.0.
    [arguments]: Pass "--enable-sidebar" to #:configure-flags.
---
 gnu/packages/mail.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 49bf8f7..99af845 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -182,14 +182,14 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.6.2")
+    (version "1.7.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "13hxmji7v9m2agmvzrs7gzx8s3c9jiwrv7pbkr7z1kc6ckq2xl65"))
+               "0idkamdiwj9fgqaz1vzkfg78cnmkzp74skv0ibw2xjfq6ds9hghx"))
              (patches (search-patches "mutt-store-references.patch"))))
     (build-system gnu-build-system)
     (inputs
@@ -205,6 +205,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                            "--enable-pop"
                            "--enable-gpgme"
                            "--enable-hcache" ; for header caching
+                           "--enable-sidebar"
                            "--with-ssl"
                            "--with-sasl"
                            ;; so that mutt does not check whether the path



reply via email to

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