[PATCH] gnu: msmtp: Update to 1.8.26.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ricardo Wurmus
  • Timotej Lazar
Owner
unassigned
Submitted by
Timotej Lazar
Severity
normal
T
T
Timotej Lazar wrote on 5 May 11:27 +0200
(address . guix-patches@gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
3c8939eadd7da12df1b36fcc5fee33b1866e8e08.1714901236.git.timotej.lazar@araneo.si
* gnu/packages/mail.scm (msmtp): Update to 1.8.26.

Change-Id: I85eea2d64944a3e1b7b4ed3022772190ee5787c2
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 5743558e76..aa42b2251b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1896,14 +1896,14 @@ (define-public claws-mail
(define-public msmtp
(package
(name "msmtp")
- (version "1.8.25")
+ (version "1.8.26")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases"
"/msmtp-" version ".tar.xz"))
(sha256
- (base32 "0f6pa8kdlfingw6yf61dshnxgygx5v6ykcmnn3h6zllpnfxivzid"))))
+ (base32 "1n363w94s2jjkijnqg5mb4m7wk0dy20s9bk0gqk8kwff8j1liz3c"))))
(build-system gnu-build-system)
(inputs
(list libsecret gnutls zlib gsasl))

base-commit: ef8ab6ab66c4d629699d175938ef1912941d4dce
--
2.41.0
R
R
Ricardo Wurmus wrote on 6 May 13:25 +0200
(address . 70777-done@debbugs.gnu.org)
874jbbji6m.fsf@elephly.net
Hi Timotej,

thank you for the patch! I've applied it to the "master" branch (commit
e4090a558f78aa4333ddaf211007c5517caa4294).

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70777@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70777
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch