diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-11 15:53:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-11 21:03:07 +0200 |
commit | cd1e138cc645bb7cd4e3613e7479e8f047bbf3c2 (patch) | |
tree | cea7783725a4f1d34522cc48eeaa3d004b502de2 /gnu/packages/dns.scm | |
parent | 702a87f2d14809ef241cd2dbb947c70ec59b9f08 (diff) | |
download | patches-cd1e138cc645bb7cd4e3613e7479e8f047bbf3c2.tar patches-cd1e138cc645bb7cd4e3613e7479e8f047bbf3c2.tar.gz |
gnu: unbound: Update to 1.8.0.
* gnu/packages/dns.scm (unbound): Update to 1.8.0.
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 29c3d9b923..00135294be 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -292,7 +292,7 @@ asynchronous fashion.") (define-public unbound (package (name "unbound") - (version "1.7.3") + (version "1.8.0") (source (origin (method url-fetch) @@ -300,7 +300,7 @@ asynchronous fashion.") version ".tar.gz")) (sha256 (base32 - "0bb0p8nbda77ghx20yfl7hqxm9x709223q35465v99i8v4ay27f1")))) + "0gxqc4ynd2g1a5dwaazqh9n8injh49a7dz0l9bbxqgv47dnrvxvq")))) (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs |