diff options
author | Simon South <simon@simonsouth.net> | 2021-10-29 11:34:37 -0400 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-29 18:32:29 +0200 |
commit | 29f97a2e3f54cc76cf629eed83e1ebbbe35ae5c1 (patch) | |
tree | be59c4c1d59aad0db848494a95c5d274b935b213 /gnu/packages/dns.scm | |
parent | 4938ea5feaeebdc3948de2855c49828a312a265b (diff) |
gnu: knot-resolver: Update to 5.4.2.
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.2.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index c770b880c8..89ebe588fd 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -1062,14 +1062,14 @@ synthesis, and on-the-fly re-configuration.") (define-public knot-resolver (package (name "knot-resolver") - (version "5.4.1") + (version "5.4.2") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-resolver/" "knot-resolver-" version ".tar.xz")) (sha256 (base32 - "0rixiqfj53rfabrz8qpnq4whx8y29d2m5w64a4jlwx7gv4nrd2zv")))) + "12x5cd09rv530pak5f2smxcfq2zdqg0g5qxsd5k0alm7f6aj2spa")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |