diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-20 00:13:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-20 00:44:57 +0100 |
commit | d17b1c0891c2e1b2b1bfc92a120e91c1f8909c39 (patch) | |
tree | 60123871bc55e969bf2436f2796af6c91817ff89 /gnu/packages/dns.scm | |
parent | 1c4d4196c2b21d4880c4bd97ea3ec28d2b05e2b3 (diff) | |
download | patches-d17b1c0891c2e1b2b1bfc92a120e91c1f8909c39.tar patches-d17b1c0891c2e1b2b1bfc92a120e91c1f8909c39.tar.gz |
gnu: knot: Update to 2.8.0.
* gnu/packages/dns.scm (knot): Update to 2.8.0.
[source]: Add patch.
* gnu/packages/patches/knot-include-system-lmdb-header.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index f8b60e34c5..034fe6916a 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -569,14 +569,16 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.7.6") + (version "2.8.0") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" "knot-" version ".tar.xz")) (sha256 (base32 - "18lpyq3vgr2ainmfiy14x7hcf1zxza66bhkpr54jaz2gy1viijx1")) + "1vw7xx7bm440jwrpvdd04vrp6ccz2b11swcn9msvs62hf0kdjjj9")) + (patches + (search-patches "knot-include-system-lmdb-header.patch")) (modules '((guix build utils))) (snippet '(begin |