gnu: s6-linux-init: Update to 0.4.0.1.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 0.4.0.1.master
parent
b673d2d793
commit
8dc458bb18
|
@ -286,7 +286,7 @@ systems and other constrained environments, but they work everywhere.")))
|
||||||
(define-public s6-linux-init
|
(define-public s6-linux-init
|
||||||
(package
|
(package
|
||||||
(name "s6-linux-init")
|
(name "s6-linux-init")
|
||||||
(version "0.4.0.0")
|
(version "0.4.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -294,8 +294,7 @@ systems and other constrained environments, but they work everywhere.")))
|
||||||
"http://skarnet.org/software/s6-linux-init/s6-linux-init-"
|
"http://skarnet.org/software/s6-linux-init/s6-linux-init-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0i79b0r3amhsf1xqr9k9v9bxmm4imlakfpsybviwhlj8dlawldxm"))))
|
||||||
"0zpd6n30cf8847240f658gw40sh64lm1mbaxr19q6rryvs5rpb6l"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("skalibs" ,skalibs)))
|
`(("skalibs" ,skalibs)))
|
||||||
|
|
Reference in New Issue