[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: neomutt: Update to 20170907.
From: |
Ludovic Courtès |
Subject: |
01/04: gnu: neomutt: Update to 20170907. |
Date: |
Fri, 8 Sep 2017 12:14:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a79830d03542bd376e13201eb24ec28a0197f5a6
Author: ng0 <address@hidden>
Date: Thu Sep 7 16:20:23 2017 +0000
gnu: neomutt: Update to 20170907.
* gnu/packages/mail.scm (neomutt): Update to 20170907.
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 2a759c3..d848622 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -265,7 +265,7 @@ operating systems.")
(package
(inherit mutt)
(name "neomutt")
- (version "20170714")
+ (version "20170907")
(source
(origin
(method url-fetch)
@@ -273,7 +273,7 @@ operating systems.")
"/archive/" name "-" version ".tar.gz"))
(sha256
(base32
- "10x3sxai773n0gfqpi904ci1qvngymcbc2didswrm92wz4h8km20"))))
+ "0l2vsdd7hl8909r9j4hl9npfl2ri9ipbn0jaz5pp6wk1m6s13pr4"))))
(inputs
`(("cyrus-sasl" ,cyrus-sasl)
("gdbm" ,gdbm)