mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: exim: Update to 4.87.
* gnu/packages/mail.scm (exim): Update to 4.87.
This commit is contained in:
parent
f8476e17a7
commit
cf316a5938
1 changed files with 2 additions and 2 deletions
|
@ -667,7 +667,7 @@ (define-public msmtp
|
|||
(define-public exim
|
||||
(package
|
||||
(name "exim")
|
||||
(version "4.86.2")
|
||||
(version "4.87")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -677,7 +677,7 @@ (define-public exim
|
|||
version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"1cvfcc1hi60lydv8h3a2rxlfc0v2nflwpvzjj7h7cdsqs2pxwmkp"))))
|
||||
"1jbxn13shq90kpn0s73qpjnx5xm8jrpwhcwwgqw5s6sdzw6iwsbl"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("bdb" ,bdb)
|
||||
|
|
Loading…
Reference in a new issue