3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: s6-linux-init: Update to 1.0.6.3.

* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-04 16:14:15 +02:00
parent 9a12fbebb9
commit 721c5a8709
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -295,7 +295,7 @@ systems and other constrained environments, but they work everywhere.")))
(define-public s6-linux-init
(package
(name "s6-linux-init")
(version "1.0.6.2")
(version "1.0.6.3")
(source
(origin
(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-"
version ".tar.gz"))
(sha256
(base32 "06xcmn2a89fvng056lcnnyrl2ak0y7cblkc90lj9a2liyhawy9dr"))))
(base32 "1idqjcxhl5wgff8yrsvx2812wahjri2hcs7qs6k62g0sdd8niqr9"))))
(build-system gnu-build-system)
(inputs
`(("execline" ,execline)