bump bind to 9.18.19

This commit is contained in:
Jean-François GUILLAUME 2023-10-19 12:48:36 +02:00
parent 930e063cbd
commit bec04218ad
GPG key ID: 38751DAE145EFB5A

View file

@ -17,11 +17,11 @@
(define-public isc-bind
(package
(name "bind")
(version "9.18.12")
(version "9.18.19")
(source (origin
(method url-fetch)
(uri (list (string-append "https://downloads.isc.org/isc/bind9/" version "/bind-" version ".tar.xz")))
(sha256 (base32 "1rr7418jdi0fqckx9br78i918v3zma8b31j30nnvpak3n2vnnxj7"))))
(sha256 (base32 "1k0jfv9a91wcb28gdply29h3psw8z84dlbi73pgbmgirak00jphi"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs