[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: neomutt: Update to 20211029.
From: |
guix-commits |
Subject: |
10/15: gnu: neomutt: Update to 20211029. |
Date: |
Tue, 2 Nov 2021 22:32:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f14cedfc16d3b02e600e8d576add798ad43c097f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 02:55:09 2021 +0100
gnu: neomutt: Update to 20211029.
* gnu/packages/mail.scm (neomutt): Update to 20211029.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/mail.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0b8a628..7cdf4ed 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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
- branch master updated (3c60336 -> af5742c), guix-commits, 2021/11/02
- 01/15: gnu: iproute2: Update to 5.15.0., guix-commits, 2021/11/02
- 02/15: gnu: pamixer: Update to 1.5., guix-commits, 2021/11/02
- 03/15: gnu: pavucontrol: Update to 5.0., guix-commits, 2021/11/02
- 04/15: gnu: ldb: Update to 2.4.1., guix-commits, 2021/11/02
- 05/15: gnu: purescript: Update to 0.14.5., guix-commits, 2021/11/02
- 07/15: gnu: img2pdf: Update to 0.4.3., guix-commits, 2021/11/02
- 08/15: gnu: qtractor: Update to 0.9.24., guix-commits, 2021/11/02
- 10/15: gnu: neomutt: Update to 20211029.,
guix-commits <=
- 11/15: gnu: putty: Update to 0.76., guix-commits, 2021/11/02
- 13/15: gnu: putty: Edit description., guix-commits, 2021/11/02
- 12/15: gnu: putty: Try the upstream download URL first., guix-commits, 2021/11/02
- 06/15: gnu: poppler-data: Update to 0.4.11., guix-commits, 2021/11/02
- 09/15: gnu: fetchmail: Update to 6.4.23., guix-commits, 2021/11/02
- 14/15: gnu: proxychains-ng: Update to 4.15., guix-commits, 2021/11/02
- 15/15: gnu: proxychains-ng: Cross-compile., guix-commits, 2021/11/02