guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: bind: Update to 9.12.2-P1.


From: Tobias Geerinckx-Rice
Subject: 06/10: gnu: bind: Update to 9.12.2-P1.
Date: Wed, 8 Aug 2018 23:54:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b69cbf9ac0290bf9229112ac48e4321dbe2eef82
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 9 00:41:38 2018 +0200

    gnu: bind: Update to 9.12.2-P1.
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.12.2-P1.
---
 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 ffa442f..a8ac3fe 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -103,7 +103,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.12.2")
+    (version "9.12.2-P1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -111,7 +111,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0ll46igs9xfq2qclc5wzqsnj3zv7ssga0544gm24s1m7765lqslz"))))
+                "192ld6w8f4n46hvdmmzzrfkd28apf4dwmbpbi3j2q1d2p315ajww"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]