diff options
author | Simon South <simon@simonsouth.net> | 2020-12-11 15:16:47 -0500 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-11 22:05:19 +0100 |
commit | 7eb920351abc7757ee9711ac147e63d6936e5ee8 (patch) | |
tree | d03e370a888c4e24d9040ffc83b8b4de47eb3ac7 /gnu/packages/dns.scm | |
parent | 8361817bf693742757b096468198626f297bb09e (diff) | |
download | guix-7eb920351abc7757ee9711ac147e63d6936e5ee8.tar guix-7eb920351abc7757ee9711ac147e63d6936e5ee8.tar.gz |
gnu: knot-resolver: Update to 5.2.1.
* gnu/packages/dns.scm (knot-resolver): Update to 5.2.1.
[source]: Remove obsolete patch.
* gnu/packages/patches/knot-resolver-fix-map-command-on-32-bit.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index d59fe57ade..403ebd3d8b 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -937,17 +937,14 @@ synthesis, and on-the-fly re-configuration.") (define-public knot-resolver (package (name "knot-resolver") - (version "5.2.0") + (version "5.2.1") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-resolver/" "knot-resolver-" version ".tar.xz")) (sha256 (base32 - "0cwlipib3x88dr6cijqv2aps13b4ijv524wc85ns07rkldy2c948")) - (patches - (search-patches - "knot-resolver-fix-map-command-on-32-bit.patch")))) + "09jqy23q1pgj76y2qd1xfk72wwmypnyawm3span3gx00qi2bfdxa")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |