[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: msmtp: Update to 1.8.5.
From: |
guix-commits |
Subject: |
02/02: gnu: msmtp: Update to 1.8.5. |
Date: |
Tue, 16 Jul 2019 17:51:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 214cbec2cfb818a32005dee3d5ccb30a5ec7d4f4
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jul 16 23:48:39 2019 +0200
gnu: msmtp: Update to 1.8.5.
* gnu/packages/mail.scm (msmtp): Update to 1.8.5.
---
gnu/packages/mail.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 19de74a..b555578 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1149,15 +1149,14 @@ which can add many functionalities to the base client.")
(define-public msmtp
(package
(name "msmtp")
- (version "1.8.4")
+ (version "1.8.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases/"
"/msmtp-" version ".tar.xz"))
(sha256
- (base32
- "1xr926lyy44baqdgv9q0sw5z6ll2cb4lx2g4lgpgbqn8bglpzpg5"))))
+ (base32 "0fczpfxlr62wkr7bwhp24clxg962k5khgz14h818qyy4v77dl4qn"))))
(build-system gnu-build-system)
(inputs
`(("libsecret" ,libsecret)