guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: mutt: Update to 2.2.13.


From: guix-commits
Subject: 04/09: gnu: mutt: Update to 2.2.13.
Date: Tue, 26 Mar 2024 04:55:38 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4ba2425c0be3bc35d9a202b66d5e3b39838f6206
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 25 21:33:28 2024 +0200

    gnu: mutt: Update to 2.2.13.
    
    * gnu/packages/mail.scm (mutt): Update to 2.2.13.
    
    Change-Id: Id63ad1a31221f001039abf6ddf6705200bd75ade
---
 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 12a780ca99..23c78a6db5 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -607,7 +607,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.2.12")
+    (version "2.2.13")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -617,7 +617,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "0f6f32xlfp36axj5in8b0fcc9m05la27zxqbzpvmd3jbyq9g6fh4"))
+               "1ywfql0l0ykrwbd6ynxdclvxk6ll62gllfizd5kxi5ycq7fzl8zb"))
              (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]