gnu: s6-linux-init: Update to 1.0.6.4.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.4.
This commit is contained in:
parent
5ff655e2ee
commit
c78b914ee2
1 changed files with 2 additions and 2 deletions
|
@ -293,7 +293,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 "1.0.6.3")
|
(version "1.0.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -301,7 +301,7 @@ systems and other constrained environments, but they work everywhere.")))
|
||||||
"https://skarnet.org/software/s6-linux-init/s6-linux-init-"
|
"https://skarnet.org/software/s6-linux-init/s6-linux-init-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1idqjcxhl5wgff8yrsvx2812wahjri2hcs7qs6k62g0sdd8niqr9"))))
|
(base32 "0grqk111d6aqym1c4l9j26fdqcgra1hvwb9vdgylrfbvn1c3hlpb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("execline" ,execline)
|
`(("execline" ,execline)
|
||||||
|
|
Reference in a new issue