mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: exim: Update to 4.89.
* gnu/packages/mail.scm (exim): Update to 4.89.
This commit is contained in:
parent
4dd8d28085
commit
53c2dc3108
1 changed files with 2 additions and 2 deletions
|
@ -996,7 +996,7 @@ (define-public msmtp
|
||||||
(define-public exim
|
(define-public exim
|
||||||
(package
|
(package
|
||||||
(name "exim")
|
(name "exim")
|
||||||
(version "4.87.1")
|
(version "4.89")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1007,7 +1007,7 @@ (define-public exim
|
||||||
(patches (search-patches "exim-CVE-2017-1000369.patch"))
|
(patches (search-patches "exim-CVE-2017-1000369.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"050m2gjzpc6vyik458h1j0vi8bxplkzjsyndkyd2y394i569kdyl"))))
|
"1c0syp7yxngmq7y8vqsrvijinzin5m941vn0ljihdfld7kh2wbwi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
|
|
Loading…
Reference in a new issue