summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-06-06 12:30:30 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-06-06 12:30:52 +0200
commit4604a98855c74134fe3f6ee1ec8205deff1b1ded (patch)
tree0800c34f517e92a2ac109cbab1d68e9717e2850d /gnu
parentbe4d26f55941196165eb7a70581be17765e6a40a (diff)
downloadguix-patches-4604a98855c74134fe3f6ee1ec8205deff1b1ded.tar
guix-patches-4604a98855c74134fe3f6ee1ec8205deff1b1ded.tar.gz
gnu: knot: Update to 2.4.4.
* gnu/packages/dns.scm (knot): Update to 2.4.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/dns.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 7937c67781..7f1d18f2b0 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -321,14 +321,14 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "2.4.3")
+ (version "2.4.4")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-dns/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0kvhibnnk77nqi9gdw2zbnp0dydfcy6zy96qv0f3a7wwnay5h0pr"))
+ "0g2n5r2n03bqz322xlwdw4bqhj8l4n8q0hzrqngi4rgmk4rp97ly"))
(modules '((guix build utils)))
(snippet
'(begin