[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: bind: Update to 9.12.3-P1.
From: |
guix-commits |
Subject: |
02/06: gnu: bind: Update to 9.12.3-P1. |
Date: |
Wed, 9 Jan 2019 12:48:05 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 4287bd19c7706bc5f065192b4b9b7fee01d640d9
Author: Vasile Dumitrascu <address@hidden>
Date: Sun Dec 30 19:50:18 2018 +0100
gnu: bind: Update to 9.12.3-P1.
* gnu/packages/dns.scm (bind): Update to 9.12.3-P1.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 2ebc3d8..09f0194 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -106,7 +106,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public isc-bind
(package
(name "bind")
- (version "9.12.2-P2")
+ (version "9.12.3-P1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -114,7 +114,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
version ".tar.gz"))
(sha256
(base32
- "0gk9vwqlbdmn10m21f2awvmiccfbadvcwi8zsgm91awbx4k7h0l7"))))
+ "0wzdbn6ig851354cjdys5q3gvqcvl2gmmih1gzr8ldl7sy4r7dvc"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs
- branch master updated (cba08f6 -> 1b504b4), guix-commits, 2019/01/09
- 02/06: gnu: bind: Update to 9.12.3-P1.,
guix-commits <=
- 03/06: gnu: e2fsprogs: Update to 1.44.5., guix-commits, 2019/01/09
- 04/06: gnu: emacs-ggtags: Don't require GNU Global in path, guix-commits, 2019/01/09
- 01/06: gnu: emacs-md4rd: Update to c55512c., guix-commits, 2019/01/09
- 05/06: gnu: emacs-irony-mode: Remove propagated input, guix-commits, 2019/01/09
- 06/06: gnu: libgit2: Update to 0.27.7., guix-commits, 2019/01/09