mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: isc-dhcp: Upgrade to 4.3.0.
* gnu/packages/admin.scm (isc-dhcp): Upgrade to 4.3.0.
This commit is contained in:
parent
b6b29c7737
commit
9e5ace9d1d
1 changed files with 4 additions and 4 deletions
|
@ -349,14 +349,14 @@ (define-public alive
|
||||||
(define-public isc-dhcp
|
(define-public isc-dhcp
|
||||||
(package
|
(package
|
||||||
(name "isc-dhcp")
|
(name "isc-dhcp")
|
||||||
(version "4.3.0a1")
|
(version "4.3.0")
|
||||||
(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
|
||||||
"0001n26m4488nl95h53wg60sywbli4d246vz2h8lpv70jlrq9q1p"))))
|
"12mydvj6x3zcl3gla06bywfkkrgg03g66fijs94mwb7kbiym3dm7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
'(#:phases (alist-cons-after
|
||||||
|
@ -383,9 +383,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.5b1" ".*"))
|
(find-files "bind-9.9.5" ".*"))
|
||||||
(zero? (system* "tar" "cf" "bind.tar.gz"
|
(zero? (system* "tar" "cf" "bind.tar.gz"
|
||||||
"bind-9.9.5b1"))))
|
"bind-9.9.5"))))
|
||||||
(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