guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: knot: Update to 2.6.1.


From: Tobias Geerinckx-Rice
Subject: 02/07: gnu: knot: Update to 2.6.1.
Date: Thu, 2 Nov 2017 16:13:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 03e775d4e82725914681816bb7cf4152ab00cc53
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Nov 2 19:34:49 2017 +0100

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



reply via email to

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