diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-19 01:15:59 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-19 01:15:59 +0200 |
commit | 2ee70a5b11e83e1abe4b749a21f15852f7fcf5e1 (patch) | |
tree | 6cde1b54aa7dd8880321ebaf11d9e722e39156f2 /gnu/packages/dns.scm | |
parent | 96783ed6275cd2818ff56916274e6e4582f1dc9b (diff) | |
parent | 4678cc46a4c1e0538402d8df6d85d3caedc7f00b (diff) |
Merge branch 'master' into core-updates
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 |