mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
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:
parent
4772c03ffe
commit
35d7fd4cde
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue