all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 41141@debbugs.gnu.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [bug#41141] [PATCH] gnu: nsd: Update to 4.3.1.
Date: Sat,  9 May 2020 00:12:18 +0200	[thread overview]
Message-ID: <20200508221218.7617-1-vincent.legoll@gmail.com> (raw)
In-Reply-To: <6464fe57-fe88-a6c3-30d9-b89520828d3d@gmail.com>

* gnu/packages/dns.scm (nsd): Update to 4.3.1.
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 15c6c23d70..73d053608d 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -320,14 +320,14 @@ asynchronous fashion.")
 (define-public nsd
   (package
     (name "nsd")
-    (version "4.2.4")
+    (version "4.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-"
                            version ".tar.gz"))
        (sha256
-        (base32 "0z7j3vwqqj0hh8n5irb2yqwzl45k4sn2wczbq1b1lqv5cxv6vgcy"))))
+        (base32 "11w9kl99fs888f3zwx2j92i8lcp78vq91jac8s317a2icv74mczl"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.26.0





  reply	other threads:[~2020-05-08 22:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 22:11 [bug#41141] [PATCH 0/1] gnu: nsd: Update to 4.3.1 Vincent Legoll
2020-05-08 22:12 ` Vincent Legoll [this message]
2020-07-21 20:40   ` bug#41141: [PATCH] " Marius Bakke

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=20200508221218.7617-1-vincent.legoll@gmail.com \
    --to=vincent.legoll@gmail.com \
    --cc=41141@debbugs.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.