guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: msmtp: Update to 1.8.12.


From: guix-commits
Subject: 01/03: gnu: msmtp: Update to 1.8.12.
Date: Wed, 26 Aug 2020 00:25:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5d2b9b0749869b4023df651d034547d9e07e815b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 26 06:07:01 2020 +0200

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



reply via email to

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