guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: isc-dhcp: Update bundled BIND to 9.11.37.


From: guix-commits
Subject: 06/06: gnu: isc-dhcp: Update bundled BIND to 9.11.37.
Date: Wed, 16 Mar 2022 15:42:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3076e695771794e7193901f9c263fb5ae2abd194
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 13 01:00:02 2022 +0100

    gnu: isc-dhcp: Update bundled BIND to 9.11.37.
    
    * gnu/packages/admin.scm (isc-dhcp)[inputs]:
    Update bind-source-tarball to 9.11.37.
---
 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 f96d668269..9867dd8729 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1166,7 +1166,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "36")
+         (bind-patch-version "37")
          (bind-release-type "")         ; for patch release, use "-P"
          (bind-release-version "")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
@@ -1315,7 +1315,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"108nh7hha4r0lb5hf1fn7lqaascvhsrghpz6afm5lf9vf2vgqly9"))))
+                      
"1zsszgxs9043dfpxb6xs1iwk9jg7nxkl5pbawj8dlshnxkkzp3hd"))))
 
                 ("coreutils*" ,coreutils)
                 ("sed*" ,sed)))



reply via email to

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