guix-commits
[Top][All Lists]
Advanced

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

31/31: gnu: knot: Update to 2.6.7.


From: Tobias Geerinckx-Rice
Subject: 31/31: gnu: knot: Update to 2.6.7.
Date: Wed, 30 May 2018 22:55:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e9ae84666702b7166a070bde197e4631dfe78f14
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 31 04:18:45 2018 +0200

    gnu: knot: Update to 2.6.7.
    
    * gnu/packages/dns.scm (knot): Update to 2.6.7.
---
 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 5e0cd34..e5a1fc0 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.6")
+    (version "2.6.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02h8qdkja4kic3br79svws6r2pq1ijz945238v99d998d2jxh6ci"))
+                "0hr2m664ckjicv3pq2lk16m61pscknywxv2ydnrzfqf10m5h0ahw"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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