guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: exim: Update to 4.94.


From: guix-commits
Subject: branch master updated: gnu: exim: Update to 4.94.
Date: Mon, 01 Jun 2020 11:49:37 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 125aaca  gnu: exim: Update to 4.94.
125aaca is described below

commit 125aacaa095e8933c1a73909647a15e1ea1f3174
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 1 17:49:14 2020 +0200

    gnu: exim: Update to 4.94.
    
    * gnu/packages/mail.scm (exim): Update to 4.94.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 1a81389..5ed7197 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1259,7 +1259,7 @@ delivery.")
 (define-public exim
   (package
     (name "exim")
-    (version "4.93.0.4")
+    (version "4.94")
     (source
      (origin
        (method url-fetch)
@@ -1273,7 +1273,7 @@ delivery.")
                     (string-append "https://ftp.exim.org/pub/exim/exim4/old/";
                                    file-name))))
        (sha256
-        (base32 "01g4sfycv13glnmfrapwhjbdw6z1z7w5bwjldxjmglwfw5p3czak"))))
+        (base32 "1nsb2i5mqxfz1sl1bmbxmpb2qiaf3wffhfiw4j9vfpagy3xfhzpp"))))
     (build-system gnu-build-system)
     (inputs
      `(("bdb" ,bdb-5.3) ; ‘#error Version 6 and later BDB API is not supported’



reply via email to

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