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


From: guix-commits
Subject: 01/01: gnu: Mutt: Update to 1.12.0.
Date: Tue, 4 Jun 2019 13:52:00 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit a85d3fb07f66469f291f187658082b9b8b08bdc4
Author: Leo Famulari <address@hidden>
Date:   Tue Jun 4 13:38:35 2019 -0400

    gnu: Mutt: Update to 1.12.0.
    
    * gnu/packages/mail.scm (mutt): Update to 1.12.0.
---
 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 114ef32..4edc62e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -351,14 +351,14 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.11.4")
+    (version "1.12.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://bitbucket.org/mutt/mutt/downloads/";
                                  "mutt-" version ".tar.gz"))
              (sha256
               (base32
-               "0098pr4anmq2a0id8wfi2vci3cgcfwf9k4q411w22xn8lrz3aldn"))
+               "13zr2fpql33sdbsjsiaa952js5bvphc1x4lqsj36qyzdhj3l84na"))
              (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]