nckx pushed a commit to branch master
in repository guix.

commit 2836936b9174e2ba575cc02b2ae52cc9ed2078df
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Jan 1 20:38:25 2021 +0100

    gnu: mutt: Update to 2.0.4.
    
    * gnu/packages/mail.scm (mutt): Update to 2.0.4.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 734b2cd..ed0a677 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -22,7 +22,7 @@
 ;;; Copyright © 2016, 2018 Marius Bakke <[email protected]>
 ;;; Copyright © 2017 Thomas Danckaert <[email protected]>
 ;;; Copyright © 2017 Kyle Meyer <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2017, 2018, 2020 Rene Saavedra <[email protected]>
 ;;; Copyright © 2018, 2019, 2020 Pierre Langlois <[email protected]>
 ;;; Copyright © 2018 Alex Vong <[email protected]>
@@ -445,7 +445,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "2.0.3")
+    (version "2.0.4")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -455,7 +455,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "1vf1ab3mnx7p4s4n4pssajj211s3zr4730bwgsjx9gxcnyppqclw"))
+               "1m4ig69qw4g3lhm4351snmy5i0ch65fqc9vqqdybr6jy21w7w225"))
              (patches (search-patches "mutt-store-references.patch"))))
     (build-system gnu-build-system)
     (inputs

Reply via email to