guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: msmtp: Update to 1.8.15.


From: guix-commits
Subject: 08/09: gnu: msmtp: Update to 1.8.15.
Date: Sun, 21 Mar 2021 18:17:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a0b3d968beb1c2f81b87d8176c51236c664d88e6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 21 18:05:22 2021 +0100

    gnu: msmtp: Update to 1.8.15.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.15.
---
 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 239ddb0..84fcbea 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1593,14 +1593,14 @@ addons which can add many functionalities to the base 
client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.14")
+    (version "1.8.15")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases/";
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "1d3knxpwpglg20z4zcsi82mqv9285ah1b1b16k1fk1hlf5fhcvym"))))
+        (base32 "1klrj2a77671xb6xa0a0iyszhjb7swxhmzpzd4qdybmzkrixqr92"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)



reply via email to

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