gnu: s6: Update to 2.10.0.3.

* gnu/packages/skarnet.scm (s6): Update to 2.10.0.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-20 01:24:37 +02:00
parent 70199ff43f
commit 54c244674c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -104,14 +104,14 @@ (define-public execline
(define-public s6
(package
(name "s6")
(version "2.10.0.2")
(version "2.10.0.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/s6/s6-"
version ".tar.gz"))
(sha256
(base32 "08bcrp7ck1l3wmjyzxi3vgk6j0n2jfymxs4rjjw4if40f3lgqfmj"))))
(base32 "0mw7blp8dwr09z58m9mrxwmmvvpnjzq9klcf1vgm0hbha4qkf88x"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)))