~ruther/guix-local

bafd5bea97569f82922bfc8c053c1b60d7660604 — Marius Bakke 9 years ago cce0da5
gnu: bind: Update to 9.10.4-P6.

* gnu/packages/dns.scm (bind): Update to 9.10.4-P6.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/dns.scm
M gnu/packages/dns.scm => gnu/packages/dns.scm +2 -2
@@ 82,7 82,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public bind
  (package
    (name "bind")
    (version "9.10.4-P5")
    (version "9.10.4-P6")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 90,7 90,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                    version ".tar.gz"))
              (sha256
               (base32
                "1sqg7wg05h66vdjc8j215r04f8pg7lphkb93nsqxvzhk6r0ppi49"))))
                "0rgffdm0h6dks0np4h9q4kd8nyb3azrdxw2skqnjzd8ws78vzpx1"))))
    (build-system gnu-build-system)
    (outputs `("out" "utils"))
    (inputs