guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: msmtp: Update to 1.8.25.


From: guix-commits
Subject: 06/15: gnu: msmtp: Update to 1.8.25.
Date: Fri, 3 Nov 2023 06:15:04 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 5378149accc614285e8c7d8802dbd7dd65456139
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Wed Nov 1 11:04:37 2023 +0100

    gnu: msmtp: Update to 1.8.25.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.25.
    
    Change-Id: If6a03b52734fa09dc6e8ffa5dd893f7d80b86aac
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 89087b0708..5b5b29a468 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1838,14 +1838,14 @@ addons which can add many functionalities to the base 
client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.24")
+    (version "1.8.25")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases";
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "0nda218iz72pvh6v10s2qlihp1mdxzir6yb4hqdxc5xbmaql8rmx"))))
+        (base32 "0f6pa8kdlfingw6yf61dshnxgygx5v6ykcmnn3h6zllpnfxivzid"))))
     (build-system gnu-build-system)
     (inputs
      (list libsecret gnutls zlib gsasl))



reply via email to

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