guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Mutt: Update to 2.2.4.


From: guix-commits
Subject: branch master updated: gnu: Mutt: Update to 2.2.4.
Date: Mon, 02 May 2022 19:32:03 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 654f878f0b gnu: Mutt: Update to 2.2.4.
654f878f0b is described below

commit 654f878f0b9d2136affa3e3d32da1639e6942a54
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon May 2 19:08:44 2022 -0400

    gnu: Mutt: Update to 2.2.4.
    
    * gnu/packages/mail.scm (mutt): Update to 2.2.4.
---
 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 194f7e3fb3..5f8f27238f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -555,7 +555,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.2.3")
+    (version "2.2.4")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -565,7 +565,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "12cds5qm0x51wj1bz1a2f4q4qwbyfssq9pnisxz48ks5mg6xv2lp"))
+               "0q70qrsjvmkfns1qxc0il2rlmfjwzbmfg89zlch0iqghpyz7c9xq"))
              (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]