diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-17 00:40:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-17 03:04:30 +0200 |
commit | 3abc9cc2426181e803dd882753e724d70b512f06 (patch) | |
tree | c9ed04558cb7038e80bc42012169285c4ee7e621 /gnu/packages/dns.scm | |
parent | 8fadac95771e6dc8114f5940c5667e9da4e5e85b (diff) | |
download | patches-3abc9cc2426181e803dd882753e724d70b512f06.tar patches-3abc9cc2426181e803dd882753e724d70b512f06.tar.gz |
gnu: knot: Update to 2.8.2.
* gnu/packages/dns.scm (knot): Update to 2.8.2.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files 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 |