* [bug#51544] [PATCH] gnu: msmtp: Update to 1.8.18.
@ 2021-11-01 10:01 Xinglu Chen
2021-11-01 10:39 ` bug#51544: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-11-01 10:01 UTC (permalink / raw)
To: 51544
* gnu/packages/mail.scm (msmtp): Update to 1.8.18.
[arguments]<#:phases>: Remove trailing #t.
---
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 98c32b497c..ddcb4e6044 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1735,14 +1735,14 @@ (define-public claws-mail
(define-public msmtp
(package
(name "msmtp")
- (version "1.8.16")
+ (version "1.8.18")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases/"
"/msmtp-" version ".tar.xz"))
(sha256
- (base32 "1n271yr83grpki9szdirnk6wb5rcc319f0gmfabyw3fzyf4msjy0"))))
+ (base32 "19b0anfrkg4lqp4h13qi2rqgwvipp1ga0id237nwbp7b6ypn5z0l"))))
(build-system gnu-build-system)
(inputs
`(("libsecret" ,libsecret)
@@ -1772,8 +1772,7 @@ (define-public msmtp
;; Don't rely on netcat being in the PATH to test for a
;; connection, instead look up and ping debian.org.
(substitute* (string-append bin "/msmtpq")
- (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))
- #t))))))
+ (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))))))))
(synopsis
"Simple and easy to use SMTP client with decent sendmail compatibility")
(description
base-commit: e1370ea8fa41417bedb437b2fc3a066b19f82c52
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51544: [PATCH] gnu: msmtp: Update to 1.8.18.
2021-11-01 10:01 [bug#51544] [PATCH] gnu: msmtp: Update to 1.8.18 Xinglu Chen
@ 2021-11-01 10:39 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-11-01 10:39 UTC (permalink / raw)
To: Xinglu Chen; +Cc: 51544-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks! Patch pushed.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-01 10:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01 10:01 [bug#51544] [PATCH] gnu: msmtp: Update to 1.8.18 Xinglu Chen
2021-11-01 10:39 ` bug#51544: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).