gnu: exim: Update to 4.86.

* gnu/packages/mail.scm (exim): Update to 4.86.
This commit is contained in:
Leo Famulari 2015-12-24 01:56:54 -05:00
parent fc6fdc05cb
commit 513f8ab4f3
1 changed files with 3 additions and 2 deletions

View File

@ -597,7 +597,7 @@ delivery.")
(define-public exim (define-public exim
(package (package
(name "exim") (name "exim")
(version "4.85") (version "4.86")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -606,7 +606,8 @@ delivery.")
(string-append "ftp://ftp.exim.org/pub/exim/exim4/old/exim-" (string-append "ftp://ftp.exim.org/pub/exim/exim4/old/exim-"
version ".tar.bz2"))) version ".tar.bz2")))
(sha256 (sha256
(base32 "195a3ll5ck9viazf9pvgcyc0sziln5g0ggmlm6ax002lphmiy88k")))) (base32
"0mn4bxih9slrmll5262ayhf41ji43pjf1rv0y6xpy6x55v7g5k7i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bdb" ,bdb) `(("bdb" ,bdb)