diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 15:39:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 17:08:10 +0100 |
commit | 2baae75e82c58fc83f1ec4ff3131f37b8a7289bc (patch) | |
tree | 08a41d2b111decb51104a0da0e5bc1acb21c69a1 | |
parent | 000e27b3d78d6408ce93ab2116737757655d6e9b (diff) |
gnu: isc-dhcp: Update bundled bind to 9.11.29.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled bind to
9.11.29.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 407ab4165c..e25693430c 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))) |