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
1 changed files with 2 additions and 3 deletions

View File

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