[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: msmtp: Update to 1.8.3.
From: |
guix-commits |
Subject: |
07/09: gnu: msmtp: Update to 1.8.3. |
Date: |
Wed, 13 Feb 2019 18:19:19 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit ce53048fb82d4d8fefa846aef989408aa1d98055
Author: Marius Bakke <address@hidden>
Date: Wed Feb 13 18:14:09 2019 +0100
gnu: msmtp: Update to 1.8.3.
* gnu/packages/mail.scm (msmtp): Update to 1.8.3.
---
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 982a75c..2c06519 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1066,7 +1066,7 @@ which can add many functionalities to the base client.")
(define-public msmtp
(package
(name "msmtp")
- (version "1.8.2")
+ (version "1.8.3")
(source
(origin
(method url-fetch)
@@ -1074,7 +1074,7 @@ which can add many functionalities to the base client.")
"/msmtp-" version ".tar.xz"))
(sha256
(base32
- "14w7lmw1jxlganfk089b0ib23y5917mxbg3xqpid007dd4cmq66i"))))
+ "1d4jdgrx4czp66nnwdsy938lzr4llhwyy0715pwg0j6h6gyyxciw"))))
(build-system gnu-build-system)
(inputs
`(("libsecret" ,libsecret)
- branch master updated (ed362d1 -> 58c6a93), guix-commits, 2019/02/13
- 01/09: gnu: Restore copyright header., guix-commits, 2019/02/13
- 04/09: gnu: Varnish: Update to 6.1.1., guix-commits, 2019/02/13
- 02/09: gnu: KDE Plasma: Remove unused properties., guix-commits, 2019/02/13
- 03/09: gnu: Open vSwitch: Update to 2.10.1., guix-commits, 2019/02/13
- 05/09: gnu: libassuan: Update to 2.5.3., guix-commits, 2019/02/13
- 09/09: gnu: doxygen: Update home page and source URI., guix-commits, 2019/02/13
- 06/09: gnu: GnuPG: Update to 2.2.13., guix-commits, 2019/02/13
- 08/09: gnu: xapian: Update to 1.4.10., guix-commits, 2019/02/13
- 07/09: gnu: msmtp: Update to 1.8.3.,
guix-commits <=