summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2024-06-21 16:20:26 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-06-24 08:34:45 -0400
commit51aee1784dfa1c8a1885cb7fdc2c48db4b860256 (patch)
treea880bebdb7ffefec2d0b88119e5270d60cc068ff /gnu
parent0dacf51553405da41a9df1d7a0ebbf1f401267ae (diff)
downloadguix-patches-51aee1784dfa1c8a1885cb7fdc2c48db4b860256.tar
guix-patches-51aee1784dfa1c8a1885cb7fdc2c48db4b860256.tar.gz
gnu: isc-bind: Update to 9.19.24.
* gnu/packages/dns.scm (isc-bind): Update to 9.19.24. Change-Id: I0fc1128191dbda349ac27a9d1b7bf67b59caac39 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/dns.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 68fc5b9d1d..bfaeeafe3b 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -337,14 +337,14 @@ and BOOTP/TFTP for network booting of diskless machines.")
;; When updating, check whether isc-dhcp's bundled copy should be as well.
;; The BIND release notes are available here:
;; https://www.isc.org/bind/
- (version "9.19.21")
+ (version "9.19.24")
(source
(origin
(method url-fetch)
(uri (string-append "https://ftp.isc.org/isc/bind9/" version
"/bind-" version ".tar.xz"))
(sha256
- (base32 "133f1aq8acaz9z03cl0gcrj4pq0hqm6c3sm4hz67d37phndsjs1b"))))
+ (base32 "171668qgjvf257m3r04lxmbsiz9lnn57djnlmn8plh1lj77fw3nh"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs