diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-19 23:26:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-20 02:16:53 +0200 |
commit | fc622383a7e265e154191a90fcc1971bcf09e700 (patch) | |
tree | f0007c672d96084f119bb68a6801ea545e5a8440 /gnu/packages/dns.scm | |
parent | 378140e591170a369a03641e095cf7e0e11def79 (diff) | |
download | guix-fc622383a7e265e154191a90fcc1971bcf09e700.tar guix-fc622383a7e265e154191a90fcc1971bcf09e700.tar.gz |
gnu: unbound: Update to 1.6.7.
* gnu/packages/dns.scm (unbound): Update to 1.6.7.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index ee5acaf3eb..e6afc04208 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -284,7 +284,7 @@ asynchronous fashion.") (define-public unbound (package (name "unbound") - (version "1.6.3") + (version "1.6.7") (source (origin (method url-fetch) @@ -292,7 +292,7 @@ asynchronous fashion.") version ".tar.gz")) (sha256 (base32 - "0pw4m4z5qspsagxzbjb61xq5bhd57amw26xqvqzi6b8d3mf6azjc")))) + "17qwfmlls0w9kpkya3dlpn44b3kr87wsswzg3gawc13hh8yx8ysf")))) (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs |