mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: neomutt: Update to 20211029.
* gnu/packages/mail.scm (neomutt): Update to 20211029. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
1264c6e72d
commit
f14cedfc16
1 changed files with 3 additions and 4 deletions
|
@ -603,7 +603,7 @@ (define-public mutt
|
|||
(define-public neomutt
|
||||
(package
|
||||
(name "neomutt")
|
||||
(version "20211015")
|
||||
(version "20211029")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -612,7 +612,7 @@ (define-public neomutt
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "06rjx81ahrwcl1zhpdgqngr99l0cx1i4fwaaxd6rsn9zsj3ixdir"))))
|
||||
(base32 "1ad05k98z9r317k2hhxbgdic00iha5r0k0f8224anz60i9kc78w5"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("cyrus-sasl" ,cyrus-sasl)
|
||||
|
@ -704,8 +704,7 @@ (define-public neomutt
|
|||
(copy-recursively (assoc-ref inputs "neomutt-test-files") "tests")
|
||||
(with-directory-excursion "tests"
|
||||
(setenv "NEOMUTT_TEST_DIR" (getcwd)) ; must be absolute
|
||||
(invoke "bash" "setup.sh")
|
||||
#t))))))
|
||||
(invoke "bash" "setup.sh")))))))
|
||||
(home-page "https://neomutt.org/")
|
||||
(synopsis "Command-line mail reader based on Mutt")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue