guix-commits
[Top][All Lists]
Advanced

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

12/17: gnu: msmtp: Update to 1.8.11.


From: guix-commits
Subject: 12/17: gnu: msmtp: Update to 1.8.11.
Date: Tue, 9 Jun 2020 22:38:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 56e1cc0c34f5634563cfb6e0c188827551de0539
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 10 02:41:12 2020 +0200

    gnu: msmtp: Update to 1.8.11.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.11.
---
 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 728d242..485dd1d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1209,14 +1209,14 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.10")
+    (version "1.8.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases/";
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "041g921rdjiv8bapp61gp4rylq8cckfkcwzyh8bs7xwxs4wpzfna"))))
+        (base32 "0q0fg235qk448l1xjcwyxr7vcpzk6w57jzhjbkb0m7nffyhhypzj"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)



reply via email to

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