mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: neomutt: Update to 20220429.
* gnu/packages/mail.scm (neomutt): Update to 20220429. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
aa86ab8b4b
commit
7023773e2c
1 changed files with 2 additions and 2 deletions
|
@ -607,7 +607,7 @@ (define-public mutt
|
|||
(define-public neomutt
|
||||
(package
|
||||
(name "neomutt")
|
||||
(version "20211029")
|
||||
(version "20220429")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -616,7 +616,7 @@ (define-public neomutt
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ad05k98z9r317k2hhxbgdic00iha5r0k0f8224anz60i9kc78w5"))))
|
||||
(base32 "106m6al48m22gl8848z8d0hsg2qiaz74vgy4f37hycl4v5d3n5ic"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list cyrus-sasl
|
||||
|
|
Loading…
Reference in a new issue