mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: bind-utils: Update to 9.10.2-P2.
* gnu/packages/dns.scm (bind-utils): Update to 9.10.2-P2.
This commit is contained in:
parent
e4e905ac44
commit
247cdf53df
1 changed files with 2 additions and 2 deletions
|
@ -63,14 +63,14 @@ (define-public dnsmasq
|
|||
(define-public bind-utils
|
||||
(package
|
||||
(name "bind-utils")
|
||||
(version "9.10.1-P2")
|
||||
(version "9.10.2-P2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://ftp.isc.org/isc/bind9/" version
|
||||
"/bind-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1svzia5vv0s4bv6r04j8bsvlf3klwyigmdz1iwb4fqds00iyvp22"))))
|
||||
"0pvcnwd4rzfk3l35ys72p14ly9k857wbn1lxzd4ayjk3i2pz1rmi"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
;; it would be nice to add GeoIP and gssapi once there is package
|
||||
|
|
Loading…
Reference in a new issue