gnu: exim: Update to 4.98.2.

* gnu/packages/mail.scm (exim): Update to 4.98.2.

Change-Id: I65d4253dec8c7465bd44bf2237fc7b0e9041c0d0
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Zacchaeus 2025-07-11 18:04:54 -07:00 committed by Andreas Enge
parent bcff084f72
commit 28b0d39676
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2070,7 +2070,7 @@ delivery.")
(define-public exim (define-public exim
(package (package
(name "exim") (name "exim")
(version "4.98") (version "4.98.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2084,7 +2084,7 @@ delivery.")
(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 "1xsjb2hqasxsqsmrcv98c2dvfgcsiy0j0g229fx974lzfy511g0f")))) (base32 "1bnw8874jkb9yfvda9gg5z5g8qp66sm6308l3l5wrdhxgjkfif48"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:phases (list #:phases