guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: msmtp: Update to 1.8.3.


From: guix-commits
Subject: 07/09: gnu: msmtp: Update to 1.8.3.
Date: Wed, 13 Feb 2019 18:19:19 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ce53048fb82d4d8fefa846aef989408aa1d98055
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 13 18:14:09 2019 +0100

    gnu: msmtp: Update to 1.8.3.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.3.
---
 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 982a75c..2c06519 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1066,7 +1066,7 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.2")
+    (version "1.8.3")
     (source
      (origin
        (method url-fetch)
@@ -1074,7 +1074,7 @@ which can add many functionalities to the base client.")
                            "/msmtp-" version ".tar.xz"))
        (sha256
         (base32
-         "14w7lmw1jxlganfk089b0ib23y5917mxbg3xqpid007dd4cmq66i"))))
+         "1d4jdgrx4czp66nnwdsy938lzr4llhwyy0715pwg0j6h6gyyxciw"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)



reply via email to

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