guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: neomutt: Update to 20171013.


From: Ludovic Courtès
Subject: 08/12: gnu: neomutt: Update to 20171013.
Date: Sat, 14 Oct 2017 11:09:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d43210f332d684d6ba1d6da7cdb942c973155661
Author: ng0 <address@hidden>
Date:   Fri Oct 13 15:36:06 2017 +0000

    gnu: neomutt: Update to 20171013.
    
    * gnu/packages/mail.scm (neomutt): Update to 20171013.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 2b8117c..a07cb1b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -265,7 +265,7 @@ operating systems.")
   (package
     (inherit mutt)
     (name "neomutt")
-    (version "20170912")
+    (version "20171013")
     (source
      (origin
        (method url-fetch)
@@ -273,7 +273,7 @@ operating systems.")
                            "/archive/" name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0mv60kii933hq52mhwrcz29diaajbs5ryqibgsvdvfyvx27i43cz"))))
+         "0mcs5rhlajyxl0bw2hpwcwx14rzrgk6sf8yr0gdj1di3sq166z2s"))))
     (inputs
      `(("cyrus-sasl" ,cyrus-sasl)
        ("gdbm" ,gdbm)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]