guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: isc-dhcp: Update bundled bind to 9.11.29.


From: guix-commits
Subject: 02/07: gnu: isc-dhcp: Update bundled bind to 9.11.29.
Date: Thu, 18 Mar 2021 12:09:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2baae75e82c58fc83f1ec4ff3131f37b8a7289bc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 18 15:39:34 2021 +0100

    gnu: isc-dhcp: Update bundled bind to 9.11.29.
    
    * gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled bind to
    9.11.29.
---
 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 407ab41..e256934 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1044,7 +1044,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "28")
+         (bind-patch-version "29")
          (bind-release-type "")         ; for patch release, use "-P"
          (bind-release-version "")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
@@ -1181,7 +1181,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"0x2yjy0d8p7i5mr2s5y65fdax0jjgvd8fn07s42c8dxsrbkcp40h"))))
+                      
"01vvkvlhsxz4ffz2fw86z0fsf170b93jjnn5710ai6vfri8wgfy7"))))
 
                 ("coreutils*" ,coreutils)
                 ("sed*" ,sed)))



reply via email to

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