gnu: neomutt: Update to 20171013.
* gnu/packages/mail.scm (neomutt): Update to 20171013. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a209907ed6
commit
d43210f332
|
@ -265,7 +265,7 @@ operating systems.")
|
||||||
(package
|
(package
|
||||||
(inherit mutt)
|
(inherit mutt)
|
||||||
(name "neomutt")
|
(name "neomutt")
|
||||||
(version "20170912")
|
(version "20171013")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -273,7 +273,7 @@ operating systems.")
|
||||||
"/archive/" name "-" version ".tar.gz"))
|
"/archive/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mv60kii933hq52mhwrcz29diaajbs5ryqibgsvdvfyvx27i43cz"))))
|
"0mcs5rhlajyxl0bw2hpwcwx14rzrgk6sf8yr0gdj1di3sq166z2s"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cyrus-sasl" ,cyrus-sasl)
|
`(("cyrus-sasl" ,cyrus-sasl)
|
||||||
("gdbm" ,gdbm)
|
("gdbm" ,gdbm)
|
||||||
|
|
Loading…
Reference in New Issue