gnu: s6-linux-init: Update to 1.0.6.2.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.2.
This commit is contained in:
parent
c0656dfe23
commit
9809e72667
1 changed files with 2 additions and 2 deletions
|
@ -295,7 +295,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.1")
|
(version "1.0.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -303,7 +303,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 "0sq8ya39a1qs61cdjns8ijwrvxnqd4snk2ab4j5wl9a87i7wixhn"))))
|
(base32 "06xcmn2a89fvng056lcnnyrl2ak0y7cblkc90lj9a2liyhawy9dr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("execline" ,execline)
|
`(("execline" ,execline)
|
||||||
|
|
Reference in a new issue