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


From: Tomas Cech
Subject: 01/01: gnu: mutt: Update to 1.6.2.
Date: Sat, 30 Jul 2016 20:38:14 +0000 (UTC)

sleep_walker pushed a commit to branch master
in repository guix.

commit 2fa66f451af1f75292659a6264c6cabdcab1f867
Author: Tomáš Čech <address@hidden>
Date:   Sat Jul 30 22:37:24 2016 +0200

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