[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)
- 03/17: gnu: mm-common: Don't use NAME in source URI., (continued)
- 03/17: gnu: mm-common: Don't use NAME in source URI., guix-commits, 2020/06/09
- 05/17: gnu: smb4k: Update to 3.0.6., guix-commits, 2020/06/09
- 06/17: gnu: gtkspell3: Update to 3.0.10., guix-commits, 2020/06/09
- 07/17: gnu: libnftnl: Update to 1.1.7., guix-commits, 2020/06/09
- 08/17: gnu: nftables: Update to 0.9.5., guix-commits, 2020/06/09
- 11/17: gnu: mpop: Update to 1.4.10., guix-commits, 2020/06/09
- 13/17: gnu: libnumbertext: Update to 1.0.6., guix-commits, 2020/06/09
- 14/17: gnu: pd: Don't hard-code Tk version., guix-commits, 2020/06/09
- 09/17: gnu: iptables: Update to 1.8.5., guix-commits, 2020/06/09
- 10/17: gnu: nvme-cli: Update to 1.11.2., guix-commits, 2020/06/09
- 12/17: gnu: msmtp: Update to 1.8.11.,
guix-commits <=
- 17/17: gnu: dlib: Update to 19.20., guix-commits, 2020/06/09
- 15/17: gnu: pd: Use HTTPS home page., guix-commits, 2020/06/09
- 16/17: gnu: pd: Update to 0.51-0., guix-commits, 2020/06/09