me
/
guix
Archived
1
0
Fork 0

gnu: msmtp: Update to 1.8.26.

* gnu/packages/mail.scm (msmtp): Update to 1.8.26.

Change-Id: I85eea2d64944a3e1b7b4ed3022772190ee5787c2
master
Timotej Lazar 2024-05-05 11:27:16 +02:00 committed by Ricardo Wurmus
parent bdba291a72
commit e4090a558f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1896,14 +1896,14 @@ addons which can add many functionalities to the base client.")
(define-public msmtp
(package
(name "msmtp")
(version "1.8.25")
(version "1.8.26")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases"
"/msmtp-" version ".tar.xz"))
(sha256
(base32 "0f6pa8kdlfingw6yf61dshnxgygx5v6ykcmnn3h6zllpnfxivzid"))))
(base32 "1n363w94s2jjkijnqg5mb4m7wk0dy20s9bk0gqk8kwff8j1liz3c"))))
(build-system gnu-build-system)
(inputs
(list libsecret gnutls zlib gsasl))