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 (define-public exim
(package (package
(name "exim") (name "exim")
(version "4.95") (version "4.96")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1796,7 +1796,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 "0rzi0kc3qiiaw8vnv5qrpwdvvh4sr5chns026xy99spjzx9vd76c")))) (base32 "18ziihkpa23lybm7m2l9wp2farxw0bd5ng7xm9ylgcrfgf95d6i9"))))
(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
@ -1809,7 +1809,7 @@ (define-public exim
("libxt" ,libxt) ("libxt" ,libxt)
("libxaw" ,libxaw))) ("libxaw" ,libxaw)))
(native-inputs (native-inputs
(list `(,pcre "bin") perl pkg-config)) (list pcre2 perl pkg-config))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases