diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-02-12 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-02-12 01:00:00 +0100 |
commit | ebd19dd668fa7d42f32d1e21e0ecdc9eae0e0495 (patch) | |
tree | 5cc907a9e16999fd6aa24f31d7b06e877bfe0b27 /gnu/packages/dns.scm | |
parent | 47439697aeed1d8788e7fc4c02ef1c610e0b4151 (diff) | |
download | guix-ebd19dd668fa7d42f32d1e21e0ecdc9eae0e0495.tar.gz |
gnu: bind: Update to 9.16.38.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.38.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 3c2762918f..8865d16a1a 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.16.37") + (version "9.16.38") (source (origin (method url-fetch) (uri (string-append "https://ftp.isc.org/isc/bind9/" version "/bind-" version ".tar.xz")) (sha256 - (base32 "1az2y8zdpn6vfmx4xqnsh5znagcrsvkqa1hz3h8izzm24ban2ihf")) + (base32 "03y52iyc2g63lkk9x2vaizpr0jv27g1z6mcxnjw8m8l4kaflrx4d")) (patches (search-patches "bind-re-add-attr-constructor-priority.patch")))) (build-system gnu-build-system) |