guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/04: gnu: isc-dhcp: Update bundled BIND to 9.11.14.
Date: Wed, 18 Dec 2019 23:08:59 -0500 (EST)

mhw pushed a commit to branch master
in repository guix.

commit 89af7ff36fad23e69ee1ba5396f49382e23097b2
Author: Mark H Weaver <address@hidden>
Date:   Wed Dec 18 18:51:58 2019 -0500

    gnu: isc-dhcp: Update bundled BIND to 9.11.14.
    
    * gnu/packages/admin.scm (isc-dhcp)[bind-patch-version]: Update to 14.
    [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 c2be85e..820798b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -753,7 +753,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "13")
+         (bind-patch-version "14")
          (bind-release-type "")         ; for patch release, use "-P"
          (bind-release-version "")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
@@ -894,7 +894,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"0z8g81xinqx8j3y2fclxa31dq7zsi9cj9srmvd9agnpwzk4kqgzx"))))
+                      
"1pv3bvm9dzyz2kqjkw15sgh0hd5fzsv274v5z6jp9c4nb5130fyr"))))
 
                 ;; 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]