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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -984,14 +984,14 @@ (define (move source target file)
(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