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


From: Leo Famulari
Subject: 01/01: gnu: mutt: Update to 1.9.1.
Date: Wed, 4 Oct 2017 16:39:39 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit f120b4abe51159919268a38d3b6e519df7d09680
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 4 16:32:39 2017 -0400

    gnu: mutt: Update to 1.9.1.
    
    * gnu/packages/mail.scm (mutt): Update to 1.9.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 cea79e6..cc3977e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -225,14 +225,14 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.8.3")
+    (version "1.9.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://bitbucket.org/mutt/mutt/downloads/";
                                  "mutt-" version ".tar.gz"))
              (sha256
               (base32
-               "0hpd896mw630sd6ps60hpka8cg691nvr627n8kmabv7zcxnp90cv"))
+               "1c8vv4anl555a03pbnwf8wnf0d8pcnd4p35y3q8f5ikkcflq76vl"))
              (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]