guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: mutt: Update to 2.2.10.


From: guix-commits
Subject: 04/05: gnu: mutt: Update to 2.2.10.
Date: Thu, 11 May 2023 14:37:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b9a87d02e80abbcedb449b711b98468e0fca2bcb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 11 21:33:05 2023 +0300

    gnu: mutt: Update to 2.2.10.
    
    * gnu/packages/mail.scm (mutt): Update to 2.2.10.
---
 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 0bf5216427..b6968d13de 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -602,7 +602,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.2.9")
+    (version "2.2.10")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -612,7 +612,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "1yyg49sgghi7pgw7xr3cnzgypa9yd0kdc3nsrqq1zzjq3liinlzs"))
+               "121xrns9b0n5cdjb7nv5a6idjjk58pp7pdclgdphjy9g88i3yxsd"))
              (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]