guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: knot: Update to 2.6.6.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: knot: Update to 2.6.6.
Date: Mon, 16 Apr 2018 23:43:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit af62570d6febc55087b44efcdae98273a352fc50
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 17 05:06:05 2018 +0200

    gnu: knot: Update to 2.6.6.
    
    * gnu/packages/dns.scm (knot): Update to 2.6.6.
---
 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 5e4309c..5bc18b4 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -490,14 +490,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.6.5")
+    (version "2.6.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ilxwhy7a7jdzynq586pwlgcvqd1j6ycqy9qrwvypfp20rkngk9k"))
+                "02h8qdkja4kic3br79svws6r2pq1ijz945238v99d998d2jxh6ci"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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