me
/
guix
Archived
1
0
Fork 0

gnu: bind: Update to 9.12.2-P1.

* gnu/packages/dns.scm (isc-bind): Update to 9.12.2-P1.
master
Tobias Geerinckx-Rice 2018-08-09 00:41:38 +02:00
parent db11d5729f
commit b69cbf9ac0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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