Skip to content
Snippets Groups Projects
Commit 247cdf53 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: bind-utils: Update to 9.10.2-P2.

* gnu/packages/dns.scm (bind-utils): Update to 9.10.2-P2.
parent e4e905ac
No related branches found
No related tags found
No related merge requests found
...@@ -63,14 +63,14 @@ (define-public dnsmasq ...@@ -63,14 +63,14 @@ (define-public dnsmasq
(define-public bind-utils (define-public bind-utils
(package (package
(name "bind-utils") (name "bind-utils")
(version "9.10.1-P2") (version "9.10.2-P2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ftp.isc.org/isc/bind9/" version (uri (string-append "ftp://ftp.isc.org/isc/bind9/" version
"/bind-" version ".tar.gz")) "/bind-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1svzia5vv0s4bv6r04j8bsvlf3klwyigmdz1iwb4fqds00iyvp22")))) "0pvcnwd4rzfk3l35ys72p14ly9k857wbn1lxzd4ayjk3i2pz1rmi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
;; it would be nice to add GeoIP and gssapi once there is package ;; it would be nice to add GeoIP and gssapi once there is package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment