guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: msmtp: Update to 1.8.14.


From: guix-commits
Subject: branch master updated: gnu: msmtp: Update to 1.8.14.
Date: Thu, 31 Dec 2020 17:41:08 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fbbee36  gnu: msmtp: Update to 1.8.14.
fbbee36 is described below

commit fbbee36da04fd494a1e0be3966cf9b3c4f749b9a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Dec 31 14:13:34 2020 -0500

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



reply via email to

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