1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 20:50:34 +02:00

gnu: knot-resolver: Update to 5.7.4.

* gnu/packages/dns.scm (knot-resolver): Update to 5.7.4.

Change-Id: I1902c3ced083c5cbb360aa65517cde339b5e0893
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Ashish SHUKLA
2024-08-19 17:22:00 +00:00
committed by Tobias Geerinckx-Rice
parent c59c58c757
commit 1fd5af6b6f

View File

@@ -984,14 +984,14 @@ synthesis, and on-the-fly re-configuration.")
(define-public knot-resolver
(package
(name "knot-resolver")
(version "5.7.1")
(version "5.7.4")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-resolver/"
"knot-resolver-" version ".tar.xz"))
(sha256
(base32
"18n3jh17d22xmzpg8syw2dm85vv7jchdc4hzk5x78lqxqqav856s"))))
"1j6rig8mb4sh11q6cfhqmlsaxw41fwiglkflz8d08a38y3nacvbb"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments