gnu: s6: Update to 2.8.0.0.

* gnu/packages/skarnet.scm (s6): Update to 2.8.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-11 12:23:33 +01:00
parent 5c9bf737c4
commit 6954594d5c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -103,15 +103,14 @@ (define-public execline
(define-public s6
(package
(name "s6")
(version "2.7.2.2")
(version "2.8.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "http://skarnet.org/software/s6/s6-"
version ".tar.gz"))
(sha256
(base32
"0psjmfidjdciswakw9agzzniqfmhrr21765m0q77kwxg7iisgpsq"))))
(base32 "01milx5shixvniaxxmanfzz54vcymjfi86433w62rk5ypvc94ir8"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)))