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.8.


From: guix-commits
Subject: branch master updated: gnu: mutt: Update to 2.2.8.
Date: Wed, 09 Nov 2022 04:48:56 -0500

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c498146521 gnu: mutt: Update to 2.2.8.
c498146521 is described below

commit c498146521883be2713cf529b2a3145b51aa32fe
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 9 11:48:07 2022 +0200

    gnu: mutt: Update to 2.2.8.
    
    * gnu/packages/mail.scm (mutt): Update to 2.2.8.
---
 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 810e764f74..f01d45a071 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -560,7 +560,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.2.7")
+    (version "2.2.8")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -570,7 +570,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "1wbdsgx5x7h4alsfmjqac46xvbbakc7djlpngd3rydmvb27qa4zb"))
+               "0lqabpwbn8083w1adzpf8mqcyjbvy6jwj5v46cb1sapfl8vx5wq3"))
              (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]