guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: msmtp: Update to 1.8.1.


From: guix-commits
Subject: 02/02: gnu: msmtp: Update to 1.8.1.
Date: Sun, 9 Dec 2018 18:12:52 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1460e77abf79c8d1b4e2eb8814eff03e5c6d8675
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 9 22:02:36 2018 +0100

    gnu: msmtp: Update to 1.8.1.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.1.
---
 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 261d1f0..794ae79 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1068,7 +1068,7 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.0")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
@@ -1076,7 +1076,7 @@ which can add many functionalities to the base client.")
                            "/msmtp-" version ".tar.xz"))
        (sha256
         (base32
-         "1k9wwlapkxk9ql3xq05y6vwn6ziqk9b1v8lyhj1866qd02zhqwxx"))))
+         "1nm4vizrnrrnknc4mc8nr7grz9q76m1vraa0hsl5rfm34gnsg8ph"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)



reply via email to

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