me
/
guix
Archived
1
0
Fork 0

gnu: bind: Update to 9.14.9.

* gnu/packages/dns.scm (isc-bind): Update to 9.14.9.
master
Tobias Geerinckx-Rice 2019-12-18 20:02:47 +01:00
parent 8451ea19bc
commit 8ab684faa2
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public isc-bind
(package
(name "bind")
(version "9.14.8")
(version "9.14.9")
(source (origin
(method url-fetch)
(uri (string-append
@ -122,7 +122,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
"/bind-" version ".tar.gz"))
(sha256
(base32
"0xm0xrpgxq6gk6r6aa2w0lygnq02y1p614dmyjdmlsfnrrsslig5"))))
"0g2ph3hlw86yib8hv13qgkb4i84s9zv22r4k6yqlycm2izamwmr9"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs