diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-18 16:41:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 05:57:19 +0100 |
commit | 9e7f1d103d625f355465897e0d90bd2498c74784 (patch) | |
tree | 0a35e431e03a1add59557c9a3533fa6bbbcd1e16 /gnu/packages/dns.scm | |
parent | 331ebb7f94cf8e45b215ba86c4e0032752abe6c3 (diff) | |
download | patches-9e7f1d103d625f355465897e0d90bd2498c74784.tar patches-9e7f1d103d625f355465897e0d90bd2498c74784.tar.gz |
gnu: knot: Update to 2.6.5.
* gnu/packages/dns.scm (knot): Update to 2.6.5.
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 4208edf86b..b0f6ddaec2 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 |