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.32.


From: guix-commits
Subject: 02/02: gnu: isc-dhcp: Update bundled BIND to 9.11.32.
Date: Thu, 20 May 2021 04:58:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 191e2347c503a6f32c0f8dd9978b0317be608bdd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 20 10:50:17 2021 +0200

    gnu: isc-dhcp: Update bundled BIND to 9.11.32.
    
    * gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.32.
---
 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 c9a13b8..b49b952 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1135,7 +1135,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "31")
+         (bind-patch-version "32")
          (bind-release-type "")         ; for patch release, use "-P"
          (bind-release-version "")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
@@ -1272,7 +1272,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"0sm3vy5g21isdywxr650442x9r00fpj9cxc81n3qcbibyibl9wpm"))))
+                      
"0hhkb4d14hvly2751cxl2s2xyim3bri8qaisgkcm456xfi5wpy6b"))))
 
                 ("coreutils*" ,coreutils)
                 ("sed*" ,sed)))



reply via email to

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