guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Mutt: Update to 1.11.3.


From: guix-commits
Subject: 01/01: gnu: Mutt: Update to 1.11.3.
Date: Thu, 21 Feb 2019 16:03:45 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e05da20448b1010da8ec8b4a8324d85fe6c5c8bb
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 21 15:50:37 2019 -0500

    gnu: Mutt: Update to 1.11.3.
    
    * gnu/packages/mail.scm (mutt): Update to 1.11.3.
---
 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 78cf899..a9c8b9f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -261,14 +261,14 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.11.2")
+    (version "1.11.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://bitbucket.org/mutt/mutt/downloads/";
                                  "mutt-" version ".tar.gz"))
              (sha256
               (base32
-               "08w7lbhj5ba2zkjcd0cxkgfiy9y82yhg731xjg9i9292kz1x8p6s"))
+               "0h8rmcc62n1pagm7mjjccd5fxyhhi4vbvp8m88digkdf5z0g8hm5"))
              (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]