me
/
guix
Archived
1
0
Fork 0

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>
master
Simon South 2021-10-29 11:34:37 -04:00 committed by Tobias Geerinckx-Rice
parent 4938ea5fea
commit 29f97a2e3f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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