summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-17 19:04:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-17 19:15:51 +0200
commit74ff56a6676f5b7a8865c6fca4dc67cfccc97490 (patch)
tree4f12d992e3ffac315572e9047411420e6a68155c /gnu
parent4bce3c03836bf9822b355daec847a721e82034a5 (diff)
downloadpatches-74ff56a6676f5b7a8865c6fca4dc67cfccc97490.tar
patches-74ff56a6676f5b7a8865c6fca4dc67cfccc97490.tar.gz
gnu: knot: Update to 2.9.4.
* gnu/packages/dns.scm (knot): Update to 2.9.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 469ef7605d..051fea2de9 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -595,14 +595,14 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "2.9.3")
+ (version "2.9.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-dns/"
"knot-" version ".tar.xz"))
(sha256
- (base32 "0zm0642hkb16sqkqpa84f89f3s0bw44m837r1nia8m89swvz3bgj"))
+ (base32 "00d5lkan1yfxphw8q1vrmfpmg8kykdaky8082m1s1ps03cxckwsp"))
(modules '((guix build utils)))
(snippet
'(begin