me
/
guix
Archived
1
0
Fork 0

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>
master
Timotej Lazar 2023-02-04 08:55:28 +01:00 committed by Leo Famulari
parent e053fcd3e3
commit 8a7dbb42c8
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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))