mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ldns: Update to 1.8.4.
* gnu/packages/dns.scm (ldns): Update to 1.8.4. * gnu/packages/patches/ldns-drill-examples.patch: Adjust diff. Change-Id: I52480085d45890b73278b2b529764482c591c9ac
This commit is contained in:
parent
ba5b975173
commit
ff5d9ae0fa
2 changed files with 44 additions and 47 deletions
|
@ -144,7 +144,7 @@ protocol.")
|
|||
(define-public ldns
|
||||
(package
|
||||
(name "ldns")
|
||||
(version "1.8.3")
|
||||
(version "1.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -152,12 +152,11 @@ protocol.")
|
|||
(string-append "https://www.nlnetlabs.nl/downloads/"
|
||||
"ldns/ldns-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0q3q1svyxpj2g5wdkfy1ndb14m9fzffwyskflpihfabb0g8jvxy3"))
|
||||
(base32 "0is25vgf4qncvhwf0jy79gk8m6a5fxm4d5byfv6z3bxsjisr12w3"))
|
||||
(patches
|
||||
(search-patches
|
||||
;; To create make-flag variables,
|
||||
;; for splitting installation of drill and examples.
|
||||
"ldns-drill-examples.patch"))))
|
||||
;; This patch adds the Guix-specific {drill,examples}{bin,man}dir make
|
||||
;; flags used below.
|
||||
(search-patches "ldns-drill-examples.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "drill" "examples" "pyldns"))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue