mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "ldns")
|
||||
(version "1.7.1")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "https://www.nlnetlabs.nl/downloads/"
|
||||
name "/" name "-" version ".tar.gz"))
|
||||
"ldns/ldns-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ac242n7996fswq1a3nlh1bbbhrsdwsq4mx7xq8ffq6aplb4rj4a"))
|
||||
(base32 "18vzdmyg9bm45janw602d4hifjsncrv143awlwcslfjdrsmjk0lm"))
|
||||
(patches
|
||||
(search-patches
|
||||
;; To create make-flag variables,
|
||||
|
|
Loading…
Reference in a new issue