mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: neomutt: Update to 20200313.
* gnu/packages/mail.scm (neomutt): Update to 20200313.
This commit is contained in:
parent
85b9ae93f0
commit
f44c555b7d
1 changed files with 2 additions and 2 deletions
|
@ -427,7 +427,7 @@ (define-public mutt
|
|||
(define-public neomutt
|
||||
(package
|
||||
(name "neomutt")
|
||||
(version "20191207")
|
||||
(version "20200313")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -436,7 +436,7 @@ (define-public neomutt
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "147yjpqnsbfy01fhsflxlixk0985r91a6bjmqq3cwmf7gka3sihm"))))
|
||||
(base32 "1k4k07l6h5krc3fx928qvdq3ssw9fxn95aj7k885xlckd2i1lnb5"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("cyrus-sasl" ,cyrus-sasl)
|
||||
|
|
Loading…
Reference in a new issue