diff options
-rw-r--r-- | gnu/packages/dns.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 3ea9d02b28..c0d5d64ced 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -312,6 +312,7 @@ and BOOTP/TFTP for network booting of diskless machines.") (define-public isc-bind (package (name "bind") + ;; When updating, check whether isc-dhcp's bundled copy should be as well. (version "9.16.6") (source (origin (method url-fetch) |