guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: msmtp: Update to 1.8.6.


From: guix-commits
Subject: 05/05: gnu: msmtp: Update to 1.8.6.
Date: Wed, 2 Oct 2019 09:38:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 58da4b0a840d9424f629688257c0dc54ed6d1d3d
Author: Marius Bakke <address@hidden>
Date:   Wed Oct 2 11:52:52 2019 +0200

    gnu: msmtp: Update to 1.8.6.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.6.
---
 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 9f0742d..61d11b7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1151,14 +1151,14 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.5")
+    (version "1.8.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases/";
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "0fczpfxlr62wkr7bwhp24clxg962k5khgz14h818qyy4v77dl4qn"))))
+        (base32 "1qa260xrm0fzlwxpjvgvq39m4dfkskjlyb7m4y2vlr8c8d3z29b6"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)



reply via email to

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