summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-02-15 18:06:48 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-02-15 18:09:39 +0100
commit236d121502dabeeba4c941f8580f680926e1139c (patch)
tree012a570a1d0bf7c3c072913d32db9408f13ab3e3 /gnu/packages/dns.scm
parent43e09b4340a0ed13ec9f2f490e2dd378995dc8a3 (diff)
downloadguix-patches-236d121502dabeeba4c941f8580f680926e1139c.tar
guix-patches-236d121502dabeeba4c941f8580f680926e1139c.tar.gz
gnu: knot: Update to 3.0.4.
* gnu/packages/dns.scm (knot): Update to 3.0.4.
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 38a5553654..bbf43542b7 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -810,7 +810,7 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "3.0.3")
+ (version "3.0.4")
(source
(origin
(method git-fetch)
@@ -819,7 +819,7 @@ Extensions} (DNSSEC).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xzig9l91wj6x23mh75vw2r51ihrgx916c7wxvpcfnwrqsv4f3hy"))
+ (base32 "1mbjl18zi8yxs7pa3395lqjwdw0agjbfpl32x42i6d9zb8fsblzs"))
(modules '((guix build utils)))
(snippet
'(begin