gnu: unbound: Update to 1.6.7.

* gnu/packages/dns.scm (unbound): Update to 1.6.7.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-19 23:26:27 +02:00
parent 378140e591
commit fc622383a7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ asynchronous fashion.")
(define-public unbound (define-public unbound
(package (package
(name "unbound") (name "unbound")
(version "1.6.3") (version "1.6.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -292,7 +292,7 @@ asynchronous fashion.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0pw4m4z5qspsagxzbjb61xq5bhd57amw26xqvqzi6b8d3mf6azjc")))) "17qwfmlls0w9kpkya3dlpn44b3kr87wsswzg3gawc13hh8yx8ysf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "python")) (outputs '("out" "python"))
(native-inputs (native-inputs