Archived
1
0
Fork 0

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

* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.4.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-09 04:43:59 +01:00
parent df0bb509c2
commit bead506555
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 (define-public s6-linux-init
(package (package
(name "s6-linux-init") (name "s6-linux-init")
(version "1.0.3.1") (version "1.0.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -303,7 +303,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 "1yq2xnp41a1lqpjzvq5jawgy64jwaxalvjdnlvgdpi9bkicgasi1")))) (base32 "176mgkqxlp6gb6my66dv73xsp7adfxbjp5hjyh35sykqkr4kfyfy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("execline" ,execline) `(("execline" ,execline)