guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: mutt: Update to 1.14.5.


From: guix-commits
Subject: 01/07: gnu: mutt: Update to 1.14.5.
Date: Tue, 30 Jun 2020 03:14:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a3c5540df37cd8e9027f64e4647a471a46ad0c5e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 30 09:20:52 2020 +0300

    gnu: mutt: Update to 1.14.5.
    
    * gnu/packages/mail.scm (mutt): Update to 1.14.5.
---
 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 8738874..4fbd10c 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.4")
+    (version "1.14.5")
     (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
-               "1hykkq3m7kqic5r7vzg45xaww7415fv5i2d03slzykqb47w5d3na"))
+               "0p1xiqzmkqlzy5yi4l0dh0lacdq300zdj48zk0fir8j1pp512sri"))
              (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]