me
/
guix
Archived
1
0
Fork 0

gnu: neomutt: Update to 20211029.

* gnu/packages/mail.scm (neomutt): Update to 20211029.
[arguments]: Don't explicitly return #t from phases.
master
Tobias Geerinckx-Rice 2021-11-03 02:55:09 +01:00
parent 1264c6e72d
commit f14cedfc16
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -603,7 +603,7 @@ operating systems.")
(define-public neomutt
(package
(name "neomutt")
(version "20211015")
(version "20211029")
(source
(origin
(method git-fetch)
@ -612,7 +612,7 @@ operating systems.")
(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 @@ operating systems.")
(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