guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: msmtp: Update to 1.8.2.


From: guix-commits
Subject: 01/12: gnu: msmtp: Update to 1.8.2.
Date: Thu, 31 Jan 2019 15:21:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b8c0b9c1a3ca4d250b232f14c97d7453b6869d2f
Author: Marius Bakke <address@hidden>
Date:   Tue Jan 15 14:49:14 2019 +0100

    gnu: msmtp: Update to 1.8.2.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.2.
---
 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 9b91cd8..c5e422f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1073,7 +1073,7 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.1")
+    (version "1.8.2")
     (source
      (origin
        (method url-fetch)
@@ -1081,7 +1081,7 @@ which can add many functionalities to the base client.")
                            "/msmtp-" version ".tar.xz"))
        (sha256
         (base32
-         "1nm4vizrnrrnknc4mc8nr7grz9q76m1vraa0hsl5rfm34gnsg8ph"))))
+         "14w7lmw1jxlganfk089b0ib23y5917mxbg3xqpid007dd4cmq66i"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)



reply via email to

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