mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
bcff084f72
commit
28b0d39676
1 changed files with 2 additions and 2 deletions
|
@ -2070,7 +2070,7 @@ delivery.")
|
|||
(define-public exim
|
||||
(package
|
||||
(name "exim")
|
||||
(version "4.98")
|
||||
(version "4.98.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2084,7 +2084,7 @@ delivery.")
|
|||
(string-append "https://ftp.exim.org/pub/exim/exim4/old/"
|
||||
file-name))))
|
||||
(sha256
|
||||
(base32 "1xsjb2hqasxsqsmrcv98c2dvfgcsiy0j0g229fx974lzfy511g0f"))))
|
||||
(base32 "1bnw8874jkb9yfvda9gg5z5g8qp66sm6308l3l5wrdhxgjkfif48"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue