[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: msmtp: Update to 1.8.23.
From: |
guix-commits |
Subject: |
01/06: gnu: msmtp: Update to 1.8.23. |
Date: |
Sun, 5 Feb 2023 08:03:44 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 8a7dbb42c848bbe6279b6ca049710799f4727432
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sat Feb 4 08:55:28 2023 +0100
gnu: msmtp: Update to 1.8.23.
* gnu/packages/mail.scm (msmtp): Update to 1.8.23.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 80e2ce2a9b..d0812e5288 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1795,14 +1795,14 @@ addons which can add many functionalities to the base
client.")
(define-public msmtp
(package
(name "msmtp")
- (version "1.8.22")
+ (version "1.8.23")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases"
"/msmtp-" version ".tar.xz"))
(sha256
- (base32 "1rx3ksvwdfrwahsd2lwf52vnhhq72ygb0kjy6ci2df55hri2010v"))))
+ (base32 "1f2nqdj3k8q7l4m3a6n8ckaslilxxp2kzfdmni6l2gcv15mw216g"))))
(build-system gnu-build-system)
(inputs
(list libsecret gnutls zlib gsasl))
- branch master updated (e053fcd3e3 -> ce28d14a9c), guix-commits, 2023/02/05
- 01/06: gnu: msmtp: Update to 1.8.23.,
guix-commits <=
- 02/06: gnu: mpop: Add release-monitoring-url., guix-commits, 2023/02/05
- 04/06: gnu: imv: Update to 4.4.0., guix-commits, 2023/02/05
- 03/06: gnu: mpop: Update to 1.4.18., guix-commits, 2023/02/05
- 06/06: gnu: imv: Record absolute file name of 'imv' script., guix-commits, 2023/02/05
- 05/06: gnu: imv: Use new package style., guix-commits, 2023/02/05