diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-18 12:54:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-18 12:57:00 +0200 |
commit | 1e73986f449749175660e415af291efadb645588 (patch) | |
tree | a8cd568b229c37f01413d59ab14160c34e701e43 /gnu/packages/dns.scm | |
parent | 53f21b3fe9ed57f0feef003185b561efc9b3e30c (diff) | |
download | guix-1e73986f449749175660e415af291efadb645588.tar.gz |
gnu: bind: Update to 9.14.4.
* gnu/packages/dns.scm (bind): Update to 9.14.4.
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 3eec104f50..17357c1292 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -108,7 +108,7 @@ and BOOTP/TFTP for network booting of diskless machines.") (define-public isc-bind (package (name "bind") - (version "9.14.3") + (version "9.14.4") (source (origin (method url-fetch) (uri (string-append @@ -116,7 +116,7 @@ and BOOTP/TFTP for network booting of diskless machines.") "/bind-" version ".tar.gz")) (sha256 (base32 - "1ymxr38c62w6961j8g2vllnv0s72z7zk4b2j2k8ixdh1rymqm1yf")))) + "0gxqws7ml15lwkjw9mdcd759gv5kk3s9m17j3vrp9448ls1gnbii")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs |