guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: mutt: Update to 2.2.9.


From: guix-commits
Subject: 03/05: gnu: mutt: Update to 2.2.9.
Date: Tue, 15 Nov 2022 03:04:54 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit de1bc72f049640e4e6ddee06ebad8a8f94ed4800
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 15 09:37:24 2022 +0200

    gnu: mutt: Update to 2.2.9.
    
    * gnu/packages/mail.scm (mutt): Update to 2.2.9.
---
 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 f01d45a071..414308d9fe 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.8")
+    (version "2.2.9")
     (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
-               "0lqabpwbn8083w1adzpf8mqcyjbvy6jwj5v46cb1sapfl8vx5wq3"))
+               "1yyg49sgghi7pgw7xr3cnzgypa9yd0kdc3nsrqq1zzjq3liinlzs"))
              (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]