gnu: s6: Update to 2.10.0.1.

* gnu/packages/skarnet.scm (s6): Update to 2.10.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-02-07 23:00:30 +01:00
parent 5209928cc7
commit 26904f853d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

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