[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: msmtp: Update to 1.8.20.
From: |
guix-commits |
Subject: |
branch master updated: gnu: msmtp: Update to 1.8.20. |
Date: |
Wed, 30 Mar 2022 13:37:54 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cb00a5fd85 gnu: msmtp: Update to 1.8.20.
cb00a5fd85 is described below
commit cb00a5fd85be21e6fd5f5472405f95fb2f8a763d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 30 20:24:55 2022 +0300
gnu: msmtp: Update to 1.8.20.
* gnu/packages/mail.scm (msmtp): Update to 1.8.20.
---
gnu/packages/mail.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index fcd9b705cc..db560aacdb 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1730,14 +1730,14 @@ addons which can add many functionalities to the base
client.")
(define-public msmtp
(package
(name "msmtp")
- (version "1.8.19")
+ (version "1.8.20")
(source
(origin
(method url-fetch)
- (uri (string-append "https://marlam.de/msmtp/releases/"
+ (uri (string-append "https://marlam.de/msmtp/releases"
"/msmtp-" version ".tar.xz"))
(sha256
- (base32 "0ssj8izcw1fywihlip6wljd9i41w23cy0vp69sz4v1vn26cf389l"))))
+ (base32 "04di9qs2bwiwidnhk3afif5mh05q3ggr9cyhr5ysyj0gzjmf4fnr"))))
(build-system gnu-build-system)
(inputs
(list libsecret gnutls zlib gsasl))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: msmtp: Update to 1.8.20.,
guix-commits <=