gnu: isc-dhcp: Update bundled bind to 9.9.10-P1.

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P1.
This commit is contained in:
Leo Famulari 2017-06-15 12:11:02 -04:00
parent 0a2de1c296
commit 001f8cdc48
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -481,9 +481,9 @@ (define-public alive
(define-public isc-dhcp
(let* ((bind-major-version "9")
(bind-minor-version "9")
(bind-patch-version "9")
(bind-patch-version "10")
(bind-release-type "-P") ; for patch release, use "-P"
(bind-release-version "8") ; for patch release, e.g. "6"
(bind-release-version "1") ; for patch release, e.g. "6"
(bind-version (string-append bind-major-version
"."
bind-minor-version
@ -599,7 +599,7 @@ (define-public isc-dhcp
"/bind-" bind-version ".tar.gz"))
(sha256
(base32
"1f5i64f6y4rmy61y63r5if1lifw8dw8r8dh6ns3x4002hanzrpgz"))))
"1ibbparr9k52rbs0qf0ar8jwvhhx6lja7ylxzpf32swklmhz629c"))))
;; When cross-compiling, we need the cross Coreutils and sed.
;; Otherwise just use those from %FINAL-INPUTS.