GNU bug report logs - #61272
[PATCH] gnu: msmtp: Update to 1.8.23.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sat, 4 Feb 2023 07:57:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: bug#61272: closed (Re: [bug#61272] [PATCH] gnu: msmtp: Update to
 1.8.23.)
Date: Sun, 05 Feb 2023 13:11:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61272: [PATCH] gnu: msmtp: Update to 1.8.23.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61272 <at> debbugs.gnu.org.

-- 
61272: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61272
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 61272-done <at> debbugs.gnu.org
Subject: Re: [bug#61272] [PATCH] gnu: msmtp: Update to 1.8.23.
Date: Sun, 5 Feb 2023 14:04:53 +0100
On Sat, Feb 04, 2023 at 08:55:28AM +0100, Timotej Lazar wrote:
> * gnu/packages/mail.scm (msmtp): Update to 1.8.23.

Thanks! Pushed as 8a7dbb42c848bbe6279b6ca049710799f4727432

[Message part 3 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: msmtp: Update to 1.8.23.
Date: Sat,  4 Feb 2023 08:55:28 +0100
* gnu/packages/mail.scm (msmtp): Update to 1.8.23.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 80e2ce2a9b..d0812e5288 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1795,14 +1795,14 @@ (define-public claws-mail
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.22")
+    (version "1.8.23")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases"
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "1rx3ksvwdfrwahsd2lwf52vnhhq72ygb0kjy6ci2df55hri2010v"))))
+        (base32 "1f2nqdj3k8q7l4m3a6n8ckaslilxxp2kzfdmni6l2gcv15mw216g"))))
     (build-system gnu-build-system)
     (inputs
      (list libsecret gnutls zlib gsasl))
-- 
2.39.1




This bug report was last modified 2 years and 103 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.