From 3abc9cc2426181e803dd882753e724d70b512f06 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 17 Jun 2019 00:40:03 +0200 Subject: [PATCH] gnu: knot: Update to 2.8.2. * gnu/packages/dns.scm (knot): Update to 2.8.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 291139ef1b..e92235429b 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -577,14 +577,14 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.8.1") + (version "2.8.2") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" "knot-" version ".tar.xz")) (sha256 - (base32 "1im2wb8hl394mzni1wavmvfqd7il8s28kcz8w3s4v05nbhzg06xj")) + (base32 "0dx1lp4w33rpa54nns41k4vfdfin6naaskwh132r4qs0l9hl7lh0")) (modules '((guix build utils))) (snippet '(begin