nckx pushed a commit to branch master
in repository guix.
commit 9e7f1d103d625f355465897e0d90bd2498c74784
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sun Feb 18 16:41:24 2018 +0100
gnu: knot: Update to 2.6.5.
* gnu/packages/dns.scm (knot): Update to 2.6.5.
---
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 4208edf..b0f6dda 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.4")
+ (version "2.6.5")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-dns/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0siqfm6iibx5yfshw40wa2dvmh99bibda6bmj96mbkby0jskf38x"))
+ "0ilxwhy7a7jdzynq586pwlgcvqd1j6ycqy9qrwvypfp20rkngk9k"))
(modules '((guix build utils)))
(snippet
'(begin