From 2a2060f9b7301a86d70a77975a7ce859f5a2874f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 24 Jan 2018 15:48:44 +0100 Subject: gnu: bind: Update to 9.12.0. * gnu/packages/dns.scm (isc-bind): Update to 9.12.0. --- gnu/packages/dns.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index e7b9b2250b..b9e75f349c 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -99,7 +99,7 @@ and BOOTP/TFTP for network booting of diskless machines.") (define-public isc-bind (package (name "bind") - (version "9.11.2-P1") + (version "9.12.0") (source (origin (method url-fetch) (uri (string-append @@ -107,7 +107,7 @@ and BOOTP/TFTP for network booting of diskless machines.") version ".tar.gz")) (sha256 (base32 - "04hjvwvs7ssgj69lqparx0wj0w3xkc0x8y2iv62kzjighd41bhyf")))) + "10iwkghl5g50b7wc17bsb9wa0dh2gd57bjlk6ynixhywz6dhx1r9")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs -- cgit v1.2.3 aryrefslogtreecommitdiff
path: root/gnu/packages/tcl.scm
AgeCommit message (Expand)Author
2019-06-22gnu: Add go-github.com-nsf-gothic....Julien Lepiller
2019-06-22gnu: Use license: prefix in tcl.scm....Julien Lepiller
2019-02-25gnu: tcllib: Update to 1.19....Tobias Geerinckx-Rice
2019-02-25gnu: tcllib: Don't use NAME in source URI....Tobias Geerinckx-Rice