all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 2/2] gnu: exim: Update to 4.86.
Date: Thu, 24 Dec 2015 01:59:46 -0500	[thread overview]
Message-ID: <c98404e13d487d4e209bf9ad496d468dfce8d0fe.1450940307.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1450940307.git.leo@famulari.name>
In-Reply-To: <cover.1450940307.git.leo@famulari.name>

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

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7dcfb70..9826b0d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -597,7 +597,7 @@ delivery.")
 (define-public exim
   (package
     (name "exim")
-    (version "4.85")
+    (version "4.86")
     (source
      (origin
        (method url-fetch)
@@ -606,7 +606,8 @@ delivery.")
                   (string-append "ftp://ftp.exim.org/pub/exim/exim4/old/exim-"
                                  version ".tar.bz2")))
        (sha256
-        (base32 "195a3ll5ck9viazf9pvgcyc0sziln5g0ggmlm6ax002lphmiy88k"))))
+        (base32
+         "0mn4bxih9slrmll5262ayhf41ji43pjf1rv0y6xpy6x55v7g5k7i"))))
     (build-system gnu-build-system)
     (inputs
      `(("bdb" ,bdb)
-- 
2.6.2

  parent reply	other threads:[~2015-12-24  6:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-24  6:59 [PATCH 0/2] exim: Add alternate URL and update Leo Famulari
2015-12-24  6:59 ` [PATCH 1/2] gnu: exim: Add alternate URL Leo Famulari
2015-12-25 14:12   ` Mark H Weaver
2015-12-26  4:43     ` Leo Famulari
2015-12-24  6:59 ` Leo Famulari [this message]
2015-12-25 14:12   ` [PATCH 2/2] gnu: exim: Update to 4.86 Mark H Weaver
2015-12-26  4:43     ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c98404e13d487d4e209bf9ad496d468dfce8d0fe.1450940307.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.