guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: knot: Update to 2.9.3.


From: guix-commits
Subject: 03/13: gnu: knot: Update to 2.9.3.
Date: Fri, 6 Mar 2020 19:43:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d74884331205a0b1cb6253ca49e63c748a189c21
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 01:34:57 2020 +0100

    gnu: knot: Update to 2.9.3.
    
    * gnu/packages/dns.scm (knot): Update to 2.9.3.
---
 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 987275e..036ea70 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -590,14 +590,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.9.2")
+    (version "2.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                            "knot-" version ".tar.xz"))
        (sha256
-        (base32 "1vmndmbzwwrqczhygkhpdn5xxljcnaa3d0z5yw6vb2bmm8rxz319"))
+        (base32 "0zm0642hkb16sqkqpa84f89f3s0bw44m837r1nia8m89swvz3bgj"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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