guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: isc-dhcp: Update bundled BIND to 9.11.4-P2.


From: Leo Famulari
Subject: 02/02: gnu: isc-dhcp: Update bundled BIND to 9.11.4-P2.
Date: Sat, 29 Sep 2018 12:23:00 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 2a1267d3d7dbce9bf2c16ea5972eb7ee4717cf67
Author: Leo Famulari <address@hidden>
Date:   Sat Sep 29 11:58:59 2018 -0400

    gnu: isc-dhcp: Update bundled BIND to 9.11.4-P2.
    
    * gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 
9.11.4-P2.
---
 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 ded7ce3..a0ab431 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -613,7 +613,7 @@ connection alive.")
          (bind-minor-version "11")
          (bind-patch-version "4")
          (bind-release-type "-P")         ; for patch release, use "-P"
-         (bind-release-version "1")      ; for patch release, e.g. "6"
+         (bind-release-version "2")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
                                       "."
                                       bind-minor-version
@@ -730,7 +730,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"08zyy13b8ydfbg26b3y6mw299qs89ba90gymraqqjsgjicydrq5h"))))
+                      
"04fq17zksd2b3w6w6padps5n7b6s2lasxpksbhl4378h56vgfnm8"))))
 
                 ;; 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]