mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: isc-dhcp: Update to 4.3.1.
* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.1.
This commit is contained in:
parent
3e92f4f945
commit
447ce59195
1 changed files with 4 additions and 4 deletions
|
@ -375,14 +375,14 @@ (define-public alive
|
||||||
(define-public isc-dhcp
|
(define-public isc-dhcp
|
||||||
(package
|
(package
|
||||||
(name "isc-dhcp")
|
(name "isc-dhcp")
|
||||||
(version "4.3.0")
|
(version "4.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://ftp.isc.org/isc/dhcp/"
|
(uri (string-append "http://ftp.isc.org/isc/dhcp/"
|
||||||
version "/dhcp-" version ".tar.gz"))
|
version "/dhcp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12mydvj6x3zcl3gla06bywfkkrgg03g66fijs94mwb7kbiym3dm7"))))
|
"1w4s7sni1m9223ya8m2a64lr62845c6xlraprjf8zfx6lylbqv16"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
'(#:phases (alist-cons-after
|
||||||
|
@ -409,9 +409,9 @@ (define-public isc-dhcp
|
||||||
|
|
||||||
(system* "tar" "xf" "bind.tar.gz")
|
(system* "tar" "xf" "bind.tar.gz")
|
||||||
(for-each patch-shebang
|
(for-each patch-shebang
|
||||||
(find-files "bind-9.9.5" ".*"))
|
(find-files "bind-9.9.5-P1" ".*"))
|
||||||
(zero? (system* "tar" "cf" "bind.tar.gz"
|
(zero? (system* "tar" "cf" "bind.tar.gz"
|
||||||
"bind-9.9.5"))))
|
"bind-9.9.5-P1"))))
|
||||||
(alist-cons-after
|
(alist-cons-after
|
||||||
'install 'post-install
|
'install 'post-install
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue