me
/
guix
Archived
1
0
Fork 0

gnu: neomutt: Update to 20220429.

* gnu/packages/mail.scm (neomutt): Update to 20220429.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
kiasoc5 2022-10-28 22:16:26 -04:00 committed by Christopher Baines
parent aa86ab8b4b
commit 7023773e2c
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -607,7 +607,7 @@ operating systems.")
(define-public neomutt (define-public neomutt
(package (package
(name "neomutt") (name "neomutt")
(version "20211029") (version "20220429")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -616,7 +616,7 @@ operating systems.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ad05k98z9r317k2hhxbgdic00iha5r0k0f8224anz60i9kc78w5")))) (base32 "106m6al48m22gl8848z8d0hsg2qiaz74vgy4f37hycl4v5d3n5ic"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list cyrus-sasl (list cyrus-sasl