guix-patches
[Top][All Lists]
Advanced

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

[bug#33926] [PATCH] gnu: bind: Update to 9.12.3-P1.


From: Vasile Dumitrascu
Subject: [bug#33926] [PATCH] gnu: bind: Update to 9.12.3-P1.
Date: Sun, 30 Dec 2018 19:50:18 +0100

* gnu/packages/dns.scm (bind): Update to 9.12.3-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 c7b630364..d7caea074 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -105,7 +105,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
@@ -113,7 +113,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
-- 
2.20.1






reply via email to

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