gnu: exim: Update to 4.96.

* gnu/packages/mail.scm (exim): Update to 4.96.
[native-inputs]: Replace pcre:bin with pcre2.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-19 02:00:02 +02:00
parent 4772c03ffe
commit 35d7fd4cde
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1782,7 +1782,7 @@ (define-public msmtp
(define-public exim
(package
(name "exim")
(version "4.95")
(version "4.96")
(source
(origin
(method url-fetch)
@ -1796,7 +1796,7 @@ (define-public exim
(string-append "https://ftp.exim.org/pub/exim/exim4/old/"
file-name))))
(sha256
(base32 "0rzi0kc3qiiaw8vnv5qrpwdvvh4sr5chns026xy99spjzx9vd76c"))))
(base32 "18ziihkpa23lybm7m2l9wp2farxw0bd5ng7xm9ylgcrfgf95d6i9"))))
(build-system gnu-build-system)
(inputs
`(("bdb" ,bdb-5.3) ; #error Version 6 and later BDB API is not supported
@ -1809,7 +1809,7 @@ (define-public exim
("libxt" ,libxt)
("libxaw" ,libxaw)))
(native-inputs
(list `(,pcre "bin") perl pkg-config))
(list pcre2 perl pkg-config))
(arguments
`(#:phases
(modify-phases %standard-phases