guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: isc-dhcp: Update bundled BIND to 9.11.10.


From: guix-commits
Subject: 01/01: gnu: isc-dhcp: Update bundled BIND to 9.11.10.
Date: Thu, 22 Aug 2019 15:51:38 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 0ccc9a0f5bb89b239d56157ea66f8420fcec5ba6
Author: Mark H Weaver <address@hidden>
Date:   Thu Aug 22 14:54:20 2019 -0400

    gnu: isc-dhcp: Update bundled BIND to 9.11.10.
    
    * gnu/packages/admin.scm (isc-dhcp)[bind-patch-version]: Update to 10.
    [inputs]: Update hash of bind-source-tarball.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5dacffe..eb298dc 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -684,7 +684,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "9")
+         (bind-patch-version "10")
          (bind-release-type "")         ; for patch release, use "-P"
          (bind-release-version "")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
@@ -825,7 +825,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"03n57as73ygw6g3lqsmq2idkykajpbskzgixixdvi5a76m4g0fwn"))))
+                      
"1hvhdaar9swh5087kzkbmav1nbn19rxh0m60x0d7gri0v8689fxj"))))
 
                 ;; When cross-compiling, we need the cross Coreutils and sed.
                 ;; Otherwise just use those from %FINAL-INPUTS.



reply via email to

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