[PATCH] gnu: knot-resolver: Update to 5.4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal

Debbugs page

Simon South wrote 4 years ago
(address . guix-patches@gnu.org)
20210805002010.5790-1-simon@simonsouth.net
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.0.
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index dc6b101e3c..69218c08af 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -947,14 +947,14 @@ synthesis, and on-the-fly re-configuration.")
(define-public knot-resolver
(package
(name "knot-resolver")
- (version "5.3.2")
+ (version "5.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-resolver/"
"knot-resolver-" version ".tar.xz"))
(sha256
(base32
- "0dhlq25lig8wmn72ambfmb1njwwp980d98i9q7a24d79bxyl8vwb"))))
+ "0pl1l167fqb1lgmrmkx8i140l41wgnfwr6h3awxv4cw4p5qzcjjk"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.32.0
Leo Famulari wrote 4 years ago
(name . Simon South)(address . simon@simonsouth.net)(address . 49885-done@debbugs.gnu.org)
YQs1hbXn0PF66REO@jasmine.lan
On Wed, Aug 04, 2021 at 08:20:10PM -0400, Simon South wrote:
Toggle quote (2 lines)
> * gnu/packages/dns.scm (knot-resolver): Update to 5.4.0.

Thanks! Pushed as 8b4a654ab914a08a53dfc81eff1be738ce6e58b2
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49885@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49885
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help