guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: mutt: Update to 2.2.5.


From: guix-commits
Subject: 05/06: gnu: mutt: Update to 2.2.5.
Date: Sun, 29 May 2022 09:34:02 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 1ed40eee39240462b1454e75dedf74408c1c3c78
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 29 16:31:59 2022 +0300

    gnu: mutt: Update to 2.2.5.
    
    * gnu/packages/mail.scm (mutt): Update to 2.2.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 2b6c5ebb8f..b44ba90582 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -556,7 +556,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.2.4")
+    (version "2.2.5")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -566,7 +566,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "0q70qrsjvmkfns1qxc0il2rlmfjwzbmfg89zlch0iqghpyz7c9xq"))
+               "0ivyfld4a4sfzsdiaajqiarvfx4i85g1smbb2b5dqjkrb48pi2zz"))
              (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]