gnu: s6: Update to 2.10.0.2.

* gnu/packages/skarnet.scm (s6): Update to 2.10.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-07 14:27:30 +01:00
parent 4607fe2cdb
commit 27ffa16c58
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

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