guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: exim: Update to 4.96.


From: guix-commits
Subject: 01/12: gnu: exim: Update to 4.96.
Date: Sat, 25 Jun 2022 14:16:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 35d7fd4cde626d04ad8c8cf6410db5319c3548a4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 19 02:00:02 2022 +0200

    gnu: exim: Update to 4.96.
    
    * gnu/packages/mail.scm (exim): Update to 4.96.
    [native-inputs]: Replace pcre:bin with pcre2.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 15a53a337d..df8b0c2600 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1782,7 +1782,7 @@ delivery.")
 (define-public exim
   (package
     (name "exim")
-    (version "4.95")
+    (version "4.96")
     (source
      (origin
        (method url-fetch)
@@ -1796,7 +1796,7 @@ delivery.")
                     (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 @@ delivery.")
        ("libxt" ,libxt)
        ("libxaw" ,libxaw)))
     (native-inputs
-     (list `(,pcre "bin") perl pkg-config))
+     (list pcre2 perl pkg-config))
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]