guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: msmtp: Update to 1.8.24.


From: guix-commits
Subject: 03/04: gnu: msmtp: Update to 1.8.24.
Date: Wed, 5 Jul 2023 11:58:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d7f17c6a920e5bca89022ca766f6444782dc83d0
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Fri Jun 30 22:26:57 2023 +0200

    gnu: msmtp: Update to 1.8.24.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.24.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 d194d33934..89940b0936 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1846,14 +1846,14 @@ addons which can add many functionalities to the base 
client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.23")
+    (version "1.8.24")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases";
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "1f2nqdj3k8q7l4m3a6n8ckaslilxxp2kzfdmni6l2gcv15mw216g"))))
+        (base32 "0nda218iz72pvh6v10s2qlihp1mdxzir6yb4hqdxc5xbmaql8rmx"))))
     (build-system gnu-build-system)
     (inputs
      (list libsecret gnutls zlib gsasl))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]