mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: neomutt: Update to 20170714.
* gnu/packages/mail.scm (neomutt): Update to 20170714. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
e049372a4a
commit
7b323aff14
1 changed files with 2 additions and 2 deletions
|
@ -265,7 +265,7 @@ (define-public neomutt
|
|||
(package
|
||||
(inherit mutt)
|
||||
(name "neomutt")
|
||||
(version "20170609")
|
||||
(version "20170714")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -273,7 +273,7 @@ (define-public neomutt
|
|||
"/archive/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kdhnhdlv84v6brhqgh8g0h6cpcbwfc59b4g09zkkgqc4fnggapy"))))
|
||||
"10x3sxai773n0gfqpi904ci1qvngymcbc2didswrm92wz4h8km20"))))
|
||||
(inputs
|
||||
`(("cyrus-sasl" ,cyrus-sasl)
|
||||
("gdbm" ,gdbm)
|
||||
|
|
Loading…
Reference in a new issue