mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: exim: Update to 4.94.
* gnu/packages/mail.scm (exim): Update to 4.94.
This commit is contained in:
parent
eeaeac2354
commit
125aacaa09
1 changed files with 2 additions and 2 deletions
|
@ -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’
|
||||||
|
|
Loading…
Reference in a new issue