guix-commits
[Top][All Lists]
Advanced

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

09/26: gnu: mutt: Update to 1.14.2.


From: guix-commits
Subject: 09/26: gnu: mutt: Update to 1.14.2.
Date: Mon, 25 May 2020 18:20:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 02d32b198268ed15928fa2f8a9379ada86fb13e2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 23:04:45 2020 +0200

    gnu: mutt: Update to 1.14.2.
    
    * gnu/packages/mail.scm (mutt): Update to 1.14.2.
---
 gnu/packages/mail.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 1a01393..fa0b22c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -382,7 +382,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.13.5")
+    (version "1.14.2")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -392,7 +392,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "0lx65a44b03rbvcrz0y9syrik67fx3hvblxyyvz5l9bb7rdipmvc"))
+               "0cdcls0x6f2w99hkjz48hxhnx86w3bnyxzibchdc9yspih770bz2"))
              (patches (search-patches "mutt-store-references.patch"))))
     (build-system gnu-build-system)
     (inputs
@@ -416,8 +416,8 @@ aliasing facilities to work just as they would on normal 
mail.")
                            "--with-sasl"
                            "--with-sqlite3" ; required for Autocrypt
                            "--with-idn2" ; recommended for Autocrypt
-                           ;; so that mutt does not check whether the path
-                           ;; exists, which it does not in the chroot
+                           ;; So that mutt does not check whether the path
+                           ;; exists, which it does not in the chroot.
                            "--with-mailpath=/var/mail")))
     (home-page "http://www.mutt.org/";)
     (synopsis "Mail client")



reply via email to

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