This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 592e637b37 gnu: nmail: Update to 5.5.1.
592e637b37 is described below
commit 592e637b37c4a7dac7b9498177ae6cf96900cb0c
Author: Mathieu Laparie <[email protected]>
AuthorDate: Wed Jul 23 19:59:53 2025 +0200
gnu: nmail: Update to 5.5.1.
* gnu/packages/mail.scm (nmail): Update to 5.5.1.
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/mail.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 2a05458698..c487aaa4a4 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -503,16 +503,16 @@ Maildir, MH, MMDF or mbox folders.")
(define-public nmail
(package
(name "nmail")
- (version "4.54")
+ (version "5.5.1")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/d99kris/nmail/")
- (commit (string-append "v" version))))
+ (url "https://github.com/d99kris/nmail/")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0bk2kq0pk1r4w5xv94yh37vrwxs8lczjg11gfraxh9cxyjigwsrp"))))
+ (base32 "1ikl5n6s08gh62cs54mr874walm440w0nxmi0fgnx8giaj3mc436"))))
(build-system cmake-build-system)
(arguments
(list
@@ -530,9 +530,9 @@ Maildir, MH, MMDF or mbox folders.")
ncurses
openssl
sqlite
- (list util-linux "lib")
xapian
- zlib))
+ zlib
+ (list util-linux "lib")))
(native-inputs (list pkg-config))
(home-page "https://github.com/d99kris/nmail")
(synopsis "Terminal-based email client")