mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: ldns: Update to 1.8.1.
* gnu/packages/dns.scm (ldns): Update to 1.8.1. [source]: Remove needless parameterisation.
This commit is contained in:
parent
90f0791038
commit
31c16bbfaa
1 changed files with 3 additions and 3 deletions
|
@ -140,15 +140,15 @@ (define-public cloudflare-cli
|
||||||
(define-public ldns
|
(define-public ldns
|
||||||
(package
|
(package
|
||||||
(name "ldns")
|
(name "ldns")
|
||||||
(version "1.7.1")
|
(version "1.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://www.nlnetlabs.nl/downloads/"
|
(string-append "https://www.nlnetlabs.nl/downloads/"
|
||||||
name "/" name "-" version ".tar.gz"))
|
"ldns/ldns-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ac242n7996fswq1a3nlh1bbbhrsdwsq4mx7xq8ffq6aplb4rj4a"))
|
(base32 "18vzdmyg9bm45janw602d4hifjsncrv143awlwcslfjdrsmjk0lm"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches
|
(search-patches
|
||||||
;; To create make-flag variables,
|
;; To create make-flag variables,
|
||||||
|
|
Loading…
Reference in a new issue