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


From: guix-commits
Subject: branch master updated: gnu: Mutt: Update to 2.1.1.
Date: Mon, 26 Jul 2021 17:08:31 -0400

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 3314764  gnu: Mutt: Update to 2.1.1.
3314764 is described below

commit 33147641939aa8eccf056efc644832c49a49c3d9
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jul 26 17:04:35 2021 -0400

    gnu: Mutt: Update to 2.1.1.
    
    * gnu/packages/mail.scm (mutt): Update to 2.1.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 e400b8c..c207d36 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -533,7 +533,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.1.0")
+    (version "2.1.1")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -543,7 +543,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "0dqd6gg1wwhxjgdfl8j0kf93mw43kvd6wrwrzkscq2wjrsy5p0w0"))
+               "0jjjvqkqmpj55v111p1a1i2ry7mpd1bpphn1bhvlr18rgw7xdrja"))
              (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]