gnu: neomutt: Update to 20210205.
* gnu/packages/mail.scm (neomutt): Update to 20210205.
This commit is contained in:
parent
f2d9174b7c
commit
fd51391993
1 changed files with 2 additions and 2 deletions
|
@ -528,7 +528,7 @@ (define-public mutt
|
|||
(define-public neomutt
|
||||
(package
|
||||
(name "neomutt")
|
||||
(version "20201127")
|
||||
(version "20210205")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -537,7 +537,7 @@ (define-public neomutt
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1yhpz591jhcjpwllgppwf7vl7z2rnaqfphsvqd1sihd9k4lwch06"))))
|
||||
(base32 "15kr9nvb4j8lx5rl2yapv231rbp4sbn709vv82pfhx5717x3yf00"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("cyrus-sasl" ,cyrus-sasl)
|
||||
|
|
Loading…
Reference in a new issue