unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61272] [PATCH] gnu: msmtp: Update to 1.8.23.
@ 2023-02-04  7:55 Timotej Lazar
  2023-02-05 13:04 ` bug#61272: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-02-04  7:55 UTC (permalink / raw)
  To: 61272; +Cc: Timotej Lazar

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61272: [PATCH] gnu: msmtp: Update to 1.8.23.
  2023-02-04  7:55 [bug#61272] [PATCH] gnu: msmtp: Update to 1.8.23 Timotej Lazar
@ 2023-02-05 13:04 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2023-02-05 13:04 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 61272-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-05 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-04  7:55 [bug#61272] [PATCH] gnu: msmtp: Update to 1.8.23 Timotej Lazar
2023-02-05 13:04 ` bug#61272: " Leo Famulari

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).