gnu: BIND: Update to 9.12.2-P2.

* gnu/packages/dns.scm (isc-bind): Update to 9.12.2-P2.
master
Leo Famulari 2018-09-29 11:57:53 -04:00
parent bfb22078fd
commit 81e69ba85d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public isc-bind
(package
(name "bind")
(version "9.12.2-P1")
(version "9.12.2-P2")
(source (origin
(method url-fetch)
(uri (string-append
@ -112,7 +112,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
version ".tar.gz"))
(sha256
(base32
"192ld6w8f4n46hvdmmzzrfkd28apf4dwmbpbi3j2q1d2p315ajww"))))
"0gk9vwqlbdmn10m21f2awvmiccfbadvcwi8zsgm91awbx4k7h0l7"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs