all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 46873@debbugs.gnu.org
Subject: [bug#46873] [PATCH 2/2] gnu: knot-resolver: Update to 5.3.0.
Date: Tue,  2 Mar 2021 08:53:27 -0500	[thread overview]
Message-ID: <185da5b87c62c3fba8a5d8e40c36f3706f1314f0.1614691387.git.simon@simonsouth.net> (raw)
In-Reply-To: <cover.1614691387.git.simon@simonsouth.net>

* gnu/packages/dns.scm (knot-resolver): Update to 5.3.0.
---
 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 5b0e310a0c..bc876ff5c1 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -942,14 +942,14 @@ synthesis, and on-the-fly re-configuration.")
 (define-public knot-resolver
   (package
     (name "knot-resolver")
-    (version "5.2.1")
+    (version "5.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-resolver/"
                                   "knot-resolver-" version ".tar.xz"))
               (sha256
                (base32
-                "09jqy23q1pgj76y2qd1xfk72wwmypnyawm3span3gx00qi2bfdxa"))))
+                "0gp3ivv3zccz4b6s1wxbsvvlrc837lw2g089l3cbvzsg7z0b4v7v"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-- 
2.30.1





  parent reply	other threads:[~2021-03-02 13:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02 13:52 [bug#46873] [PATCH 0/2] gnu: knot-resolver: Fix phase return value; update to 5.3.0 Simon South
2021-03-02 13:53 ` [bug#46873] [PATCH 1/2] gnu: knot-resolver: Ensure all custom phases return #t on success Simon South
2021-03-02 14:22   ` Tobias Geerinckx-Rice via Guix-patches via
2021-03-02 13:53 ` Simon South [this message]
2021-03-02 15:12   ` bug#46873: [PATCH 2/2] gnu: knot-resolver: Update to 5.3.0 Tobias Geerinckx-Rice via Guix-patches via

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=185da5b87c62c3fba8a5d8e40c36f3706f1314f0.1614691387.git.simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=46873@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.