me
/
guix
Archived
1
0
Fork 0

gnu: ldns: Update to 1.8.1.

* gnu/packages/dns.scm (ldns): Update to 1.8.1.
[source]: Remove needless parameterisation.
master
Tobias Geerinckx-Rice 2021-12-22 22:09:45 +01:00
parent 90f0791038
commit 31c16bbfaa
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -140,15 +140,15 @@ protocol.")
(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,