all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50197] [PATCH] gnu: knot-resolver: Update to 5.4.1.
@ 2021-08-25 12:47 Simon South
  2021-08-25 19:58 ` bug#50197: " Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: Simon South @ 2021-08-25 12:47 UTC (permalink / raw)
  To: 50197

* gnu/packages/dns.scm (knot-resolver): Update to 5.4.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 69218c08af..c5e305f1d7 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.4.0")
+    (version "5.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-resolver/"
                                   "knot-resolver-" version ".tar.xz"))
               (sha256
                (base32
-                "0pl1l167fqb1lgmrmkx8i140l41wgnfwr6h3awxv4cw4p5qzcjjk"))))
+                "0rixiqfj53rfabrz8qpnq4whx8y29d2m5w64a4jlwx7gv4nrd2zv"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-- 
2.33.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50197: [PATCH] gnu: knot-resolver: Update to 5.4.1.
  2021-08-25 12:47 [bug#50197] [PATCH] gnu: knot-resolver: Update to 5.4.1 Simon South
@ 2021-08-25 19:58 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-08-25 19:58 UTC (permalink / raw)
  To: Simon South; +Cc: 50197-done

Hello Simon,

Thank you for the patch, it's pushed as
49339d2e68587d9346c0ea56b15d89b6ad95244d.

Cheers,
- Brice




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-25 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-25 12:47 [bug#50197] [PATCH] gnu: knot-resolver: Update to 5.4.1 Simon South
2021-08-25 19:58 ` bug#50197: " Brice Waegeneire

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.