summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-27 19:10:45 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-27 19:11:05 +0200
commit7b419b026e59141bdb0caae876f0f50928de1052 (patch)
tree809d10c63d2a58fc8ce64cdf5970456ae880ad3b /gnu/packages/dns.scm
parent20771f4043990632b73187b10d1851a1244df4e6 (diff)
downloadguix-patches-7b419b026e59141bdb0caae876f0f50928de1052.tar
guix-patches-7b419b026e59141bdb0caae876f0f50928de1052.tar.gz
gnu: knot: Update to 2.9.5.
* gnu/packages/dns.scm (knot): Update to 2.9.5.
Diffstat (limited to 'gnu/packages/dns.scm')
-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 8b21c79385..7ff0501ab2 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.4")
+ (version "2.9.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-dns/"
"knot-" version ".tar.xz"))
(sha256
- (base32 "00d5lkan1yfxphw8q1vrmfpmg8kykdaky8082m1s1ps03cxckwsp"))
+ (base32 "0xmzmhd2m9rb24clrrd9k058harsq67nyjplpbyxvy1g46xah28i"))
(modules '((guix build utils)))
(snippet
'(begin