summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <[email protected]>2021-01-21 09:29:06 +0100
committerTobias Geerinckx-Rice <[email protected]>2021-01-21 09:29:15 +0100
commit3bdd380ff0349aa5a27e408ca139226e1aa807d8 (patch)
treeb9f2672fd2f6bf62c1e1dc9fa951f2d6a4d9f5fe /gnu
parentc92590ca1d5f97976ad0945384a3f41fc35441de (diff)
gnu: bind: Update to 9.16.11.
* gnu/packages/dns.scm (bind): Update to 9.16.11.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/dns.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 5bb725ae92..809b9b59cf 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
;;; Copyright © 2016 John Darrington <[email protected]>
;;; Copyright © 2016 Nikita <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2016, 2020 Marius Bakke <[email protected]>
;;; Copyright © 2017 Vasile Dumitrascu <[email protected]>
;;; Copyright © 2017 Gregor Giesen <[email protected]>
@@ -317,7 +317,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(package
(name "bind")
;; When updating, check whether isc-dhcp's bundled copy should be as well.
- (version "9.16.10")
+ (version "9.16.11")
(source (origin
(method url-fetch)
(uri (string-append
@@ -325,7 +325,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
"/bind-" version ".tar.xz"))
(sha256
(base32
- "1cv26gzbyk3ahidr1fip0pgj28s7l52cafdqpykfc1b2kh0zqixw"))))
+ "1hcr0q6i2mk83yi12zxjs5q21y3gx7683q99l77ibxfqsx6zc481"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs