Archived
1
0
Fork 0

gnu: unbound: Update to 1.7.3.

* gnu/packages/dns.scm (unbound): Update to 1.7.3.
This commit is contained in:
Marius Bakke 2018-07-12 17:05:16 +02:00
parent d5019f9ca7
commit 8801d7fc72
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -288,7 +288,7 @@ asynchronous fashion.")
(define-public unbound (define-public unbound
(package (package
(name "unbound") (name "unbound")
(version "1.6.8") (version "1.7.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -296,7 +296,7 @@ asynchronous fashion.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0jfxhh4gc5amhndikskz1s7da27ycn442j3l20bm992n7zijid73")))) "0bb0p8nbda77ghx20yfl7hqxm9x709223q35465v99i8v4ay27f1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "python")) (outputs '("out" "python"))
(native-inputs (native-inputs