guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: Mutt: Update to 2.1.0.


From: guix-commits
Subject: 05/05: gnu: Mutt: Update to 2.1.0.
Date: Tue, 6 Jul 2021 19:14:10 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 601063c612edccbaae038fabe4759a303eff5593
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jul 6 19:12:21 2021 -0400

    gnu: Mutt: Update to 2.1.0.
    
    * gnu/packages/mail.scm (mutt): Update to 2.1.0.
---
 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 7c4de49..74e3bda 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -529,7 +529,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.0.7")
+    (version "2.1.0")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -539,7 +539,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "14fc4vfsfx74q1hn0b04q33cffdjzvwprwpjsj91jmi1lp38hxlm"))
+               "0dqd6gg1wwhxjgdfl8j0kf93mw43kvd6wrwrzkscq2wjrsy5p0w0"))
              (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]