guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: msmtp: Update to 1.8.4.


From: guix-commits
Subject: 04/06: gnu: msmtp: Update to 1.8.4.
Date: Mon, 29 Apr 2019 15:15:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 06c86f166dee4baaece362fbcf3d4c72c669dd0d
Author: Marius Bakke <address@hidden>
Date:   Fri Apr 26 15:47:07 2019 +0200

    gnu: msmtp: Update to 1.8.4.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.4.
---
 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 844e393..ddd0118 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1148,7 +1148,7 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.3")
+    (version "1.8.4")
     (source
      (origin
        (method url-fetch)
@@ -1156,7 +1156,7 @@ which can add many functionalities to the base client.")
                            "/msmtp-" version ".tar.xz"))
        (sha256
         (base32
-         "1d4jdgrx4czp66nnwdsy938lzr4llhwyy0715pwg0j6h6gyyxciw"))))
+         "1xr926lyy44baqdgv9q0sw5z6ll2cb4lx2g4lgpgbqn8bglpzpg5"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)



reply via email to

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