gnu: exim: Update to 4.94.

* gnu/packages/mail.scm (exim): Update to 4.94.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-01 17:49:14 +02:00
parent eeaeac2354
commit 125aacaa09
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1259,7 +1259,7 @@ (define-public msmtp
(define-public exim (define-public exim
(package (package
(name "exim") (name "exim")
(version "4.93.0.4") (version "4.94")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1273,7 +1273,7 @@ (define-public exim
(string-append "https://ftp.exim.org/pub/exim/exim4/old/" (string-append "https://ftp.exim.org/pub/exim/exim4/old/"
file-name)))) file-name))))
(sha256 (sha256
(base32 "01g4sfycv13glnmfrapwhjbdw6z1z7w5bwjldxjmglwfw5p3czak")))) (base32 "1nsb2i5mqxfz1sl1bmbxmpb2qiaf3wffhfiw4j9vfpagy3xfhzpp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bdb" ,bdb-5.3) ; #error Version 6 and later BDB API is not supported `(("bdb" ,bdb-5.3) ; #error Version 6 and later BDB API is not supported