guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mutt: Update to 1.14.6.


From: guix-commits
Subject: 02/03: gnu: mutt: Update to 1.14.6.
Date: Mon, 13 Jul 2020 21:57:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1f5cc686b70858245b5a20f3ee13e85565cd5ced
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 14 03:52:42 2020 +0200

    gnu: mutt: Update to 1.14.6.
    
    * gnu/packages/mail.scm (mutt): Update to 1.14.6.
---
 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 8b802dd..930e7a4 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -421,7 +421,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.14.5")
+    (version "1.14.6")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -431,7 +431,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "0p1xiqzmkqlzy5yi4l0dh0lacdq300zdj48zk0fir8j1pp512sri"))
+               "0i0q6vwhnb1grimsrpmz8maw255rh9k0laijzxkry6xqa80jm5s7"))
              (patches (search-patches "mutt-store-references.patch"))))
     (build-system gnu-build-system)
     (inputs



reply via email to

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