guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: msmtp: Update to 1.6.5.


From: Leo Famulari
Subject: 01/01: gnu: msmtp: Update to 1.6.5.
Date: Thu, 21 Jul 2016 05:43:24 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit d23d1ddf6eaf86cb1e49197ba936708fac466455
Author: Leo Famulari <address@hidden>
Date:   Thu Jul 21 01:39:25 2016 -0400

    gnu: msmtp: Update to 1.6.5.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.6.5.
    [source]: Update source URL.
---
 gnu/packages/mail.scm |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 5a3ebf0..e0be55a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -678,14 +678,15 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.6.4")
+    (version "1.6.5")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "mirror://sourceforge/msmtp/msmtp-" version ".tar.xz"))
-       (sha256 (base32
-                "1kfihblm769s4hv8iah5mqynqd6hfwlyz5rcg2v423a4llic0jcv"))))
+       (uri (string-append "mirror://sourceforge/msmtp/msmtp/" version
+                           "/msmtp-" version ".tar.xz"))
+       (sha256
+        (base32
+         "01jh9ba49bih8zsh40myw6qq1ll210q1vw0jg865vrn7jc3dd83n"))))
     (build-system gnu-build-system)
     (inputs
      `(("libidn" ,libidn)



reply via email to

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