guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: knot: Update to 2.6.3.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: knot: Update to 2.6.3.
Date: Fri, 24 Nov 2017 13:03:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cc558bde526755dcbcabeadbc2c31b6a60bfecd5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 24 18:22:59 2017 +0100

    gnu: knot: Update to 2.6.3.
    
    * gnu/packages/dns.scm (knot): Update to 2.6.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 fc6b3ff..e0197fc 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -483,14 +483,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.6.2")
+    (version "2.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1samin2l28kvchplvp5iksi5513xlm1giwf0a1kp80j3zrra1m29"))
+                "143pk2124liiq1r4ja1s579nbv3hm2scbbfbfclc2pw60r07mcig"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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