bump bind to 9.20.10

This commit is contained in:
Jean-François GUILLAUME 2025-06-19 09:04:28 +02:00
parent 562d1e3535
commit 7537a0c814

View file

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