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.2.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: knot: Update to 2.6.2.
Date: Thu, 23 Nov 2017 09:50:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e57e3dc57f687ffe11a0392c75fb0117f8b8d378
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Nov 23 15:52:24 2017 +0100

    gnu: knot: Update to 2.6.2.
    
    * gnu/packages/dns.scm (knot): Update to 2.6.2.
---
 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 f930b90..fc6b3ff 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.1")
+    (version "2.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1qs1rqfir0nxi0a0dcg60sbbr99hyxk8y1xd7j7jd13l9idx84rh"))
+                "1samin2l28kvchplvp5iksi5513xlm1giwf0a1kp80j3zrra1m29"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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