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


From: Leo Famulari
Subject: 01/01: gnu: mutt: Update to 1.6.1.
Date: Fri, 06 May 2016 21:06:02 +0000

lfam pushed a commit to branch master
in repository guix.

commit bdb2d56ee72f00a21047999a35ac7db714d8937c
Author: Leo Famulari <address@hidden>
Date:   Fri May 6 17:01:35 2016 -0400

    gnu: mutt: Update to 1.6.1.
    
    * gnu/packages/mail.scm (mutt): Update to 1.6.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 c34296c..17dd0ad 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -177,14 +177,14 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.6.0")
+    (version "1.6.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "06bc2drbgalkk68rzg7hq2v5m5qgjxff5357wg0419dpi8ivdbr9"))
+               "087dz1y9qhl4ikhsnnb4xmyvs82w6kx480w8zj130wdiqvn6rclq"))
              (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]