mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: msmtp: Update to 1.8.25.
* gnu/packages/mail.scm (msmtp): Update to 1.8.25. Change-Id: If6a03b52734fa09dc6e8ffa5dd893f7d80b86aac Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
93b8d2e730
commit
5378149acc
1 changed files with 2 additions and 2 deletions
|
@ -1838,14 +1838,14 @@ (define-public claws-mail
|
|||
(define-public msmtp
|
||||
(package
|
||||
(name "msmtp")
|
||||
(version "1.8.24")
|
||||
(version "1.8.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://marlam.de/msmtp/releases"
|
||||
"/msmtp-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0nda218iz72pvh6v10s2qlihp1mdxzir6yb4hqdxc5xbmaql8rmx"))))
|
||||
(base32 "0f6pa8kdlfingw6yf61dshnxgygx5v6ykcmnn3h6zllpnfxivzid"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libsecret gnutls zlib gsasl))
|
||||
|
|
Loading…
Reference in a new issue