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 4efb35a5d8 * gnu: msmtp: Update to 1.8.34.
4efb35a5d8 is described below
commit 4efb35a5d8225163550da617151df52ccb49de33
Author: André Batista <[email protected]>
AuthorDate: Mon Aug 24 14:38:47 2026 -0300
* gnu: msmtp: Update to 1.8.34.
* gnu/packages/mail.scm (msmtp): Update to 1.8.34.
[arguments] <#:phases> {install-additional-files}: Fix vimfiles location.
{fix-header-test phase}: New phase.
Change-Id: I3bd8576a8eb835277f9b234a726ccf53f3c7a155
Signed-off-by: Artyom V. Poptsov <[email protected]>
---
gnu/packages/mail.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 290434229d..02e6551b15 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2022,14 +2022,14 @@ addons which can add many functionalities to the base
client.")
(define-public msmtp
(package
(name "msmtp")
- (version "1.8.26")
+ (version "1.8.34")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases"
"/msmtp-" version ".tar.xz"))
(sha256
- (base32 "1n363w94s2jjkijnqg5mb4m7wk0dy20s9bk0gqk8kwff8j1liz3c"))))
+ (base32 "1b9yhy4giiypqshkgkv385xg58s6p2ykyfq109wfx8c0b8mgxs44"))))
(build-system gnu-build-system)
(inputs
(list libsecret gnutls zlib gsasl))
@@ -2059,7 +2059,11 @@ addons which can add many functionalities to the base
client.")
(install-file (string-append msmtpqueue
"/msmtp-listqueue.sh") bin)
(install-file (string-append msmtpqueue "/msmtp-runqueue.sh")
bin)
(install-file (string-append msmtpq "/README.msmtpq") doc)
- (install-file "scripts/vim/msmtp.vim" vimfiles)))))))
+ (install-file "scripts/vim/syntax/msmtp.vim" vimfiles))))
+ (add-before 'check 'fix-header-test
+ (lambda _
+ (substitute* "tests/test-header-handling.sh"
+ (("LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8") "")))))))
(properties
'((release-monitoring-url . "https://marlam.de/msmtp/download/")))
(synopsis