guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/30: gnu: knot: Update to 2.9.2.


From: guix-commits
Subject: 24/30: gnu: knot: Update to 2.9.2.
Date: Mon, 23 Dec 2019 13:46:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 13d70d93adefda0693b520d262d861a573143063
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 23 04:32:17 2019 +0100

    gnu: knot: Update to 2.9.2.
    
    * gnu/packages/dns.scm (knot): Update to 2.9.2.
---
 gnu/packages/dns.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 1ec9bcb..004f39f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -595,15 +595,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.9.1")
+    (version "2.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                            "knot-" version ".tar.xz"))
        (sha256
-        (base32
-         "0kd0v2w1c2by1l8jw91x16wkyyy9wh9lyr93g4w0qdmadjaj34gi"))
+        (base32 "1vmndmbzwwrqczhygkhpdn5xxljcnaa3d0z5yw6vb2bmm8rxz319"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]