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


From: guix-commits
Subject: branch master updated: gnu: Mutt: Update to 2.2.1.
Date: Tue, 22 Feb 2022 11:50:28 -0500

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 64772639a2 gnu: Mutt: Update to 2.2.1.
64772639a2 is described below

commit 64772639a200ebcd19c306a31158a0f638c8c7d3
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Feb 22 11:49:28 2022 -0500

    gnu: Mutt: Update to 2.2.1.
    
    * gnu/packages/mail.scm (mutt): Update to 2.2.1.
---
 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 c9aa89a37b..7a146a8603 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -552,7 +552,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.2.0")
+    (version "2.2.1")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -562,7 +562,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "052k6kiw6yglgcbs1liynh4hf5ac56ychpivrbw85jh3dpq9fig8"))
+               "1ddbhwsycfpf430k52l5gggywd09h10hwcwzpydam43c5ga30vdp"))
              (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]