diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-31 04:18:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-31 04:54:58 +0200 |
commit | e9ae84666702b7166a070bde197e4631dfe78f14 (patch) | |
tree | ca13d28ef0613bfb11e22a36d1b513e8339cf498 /gnu/packages/dns.scm | |
parent | 51c4fb007a0915834639921b2a6f344eabd54eb2 (diff) |
gnu: knot: Update to 2.6.7.
* gnu/packages/dns.scm (knot): Update to 2.6.7.
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 5e0cd34fdd..e5a1fc0bf8 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.6") + (version "2.6.7") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" name "-" version ".tar.xz")) (sha256 (base32 - "02h8qdkja4kic3br79svws6r2pq1ijz945238v99d998d2jxh6ci")) + "0hr2m664ckjicv3pq2lk16m61pscknywxv2ydnrzfqf10m5h0ahw")) (modules '((guix build utils))) (snippet '(begin |