summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-13 14:55:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-13 15:02:44 +0200
commit0e5968e49a4d69962c921e70bf477ef5fc15274d (patch)
treef5e9ed2b84504dd3a717ed76c5609c1b5db02567 /gnu/packages/dns.scm
parent3c452a35ef6e34ec9221114713c11fe912adebd5 (diff)
downloadguix-patches-0e5968e49a4d69962c921e70bf477ef5fc15274d.tar
guix-patches-0e5968e49a4d69962c921e70bf477ef5fc15274d.tar.gz
gnu: knot: Update to 3.0.1.
* gnu/packages/dns.scm (knot): Update to 3.0.1. [source]: Remove patch. * gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r--gnu/packages/dns.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 5b159bc656..0cf07853e0 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -807,7 +807,7 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "3.0.0")
+ (version "3.0.1")
(source
(origin
(method git-fetch)
@@ -816,9 +816,7 @@ Extensions} (DNSSEC).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fkvip7n5ihjfwnnivdc3jf44y8p85ifglvq7b0anxvj9cg1m78f"))
- (patches
- (search-patches "knot-test_net_shortwrite-ensure-connection.patch"))
+ (base32 "10mlzldxqvbaw78nghkr0s73rlbpz9wg16z14321xw2l9xfibkad"))
(modules '((guix build utils)))
(snippet
'(begin