gnu: neomutt: Update to 20180323.
* gnu/packages/mail.scm (neomutt): Update to 20180323.
This commit is contained in:
parent
e0bee0de70
commit
faf44e3810
|
@ -296,7 +296,7 @@ operating systems.")
|
||||||
(define-public neomutt
|
(define-public neomutt
|
||||||
(package
|
(package
|
||||||
(name "neomutt")
|
(name "neomutt")
|
||||||
(version "20180223")
|
(version "20180323")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -304,7 +304,7 @@ operating systems.")
|
||||||
"/archive/" name "-" version ".tar.gz"))
|
"/archive/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fr7158xhrhasylyxp709g9mdbggdmni3qn3baxvczfg2w003fhh"))))
|
"12v7zkm809cvjxfz0n7jb4qa410ns1ydyf0gjin99vbdrlj88jac"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("cyrus-sasl" ,cyrus-sasl)
|
`(("cyrus-sasl" ,cyrus-sasl)
|
||||||
|
|
Loading…
Reference in New Issue