gnu: s6: Update to 2.7.0.0.

* gnu/packages/skarnet.scm (s6): Update to 2.7.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-23 15:17:21 +01:00
parent 787781deff
commit 77482ccabe
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -105,7 +105,7 @@ (define-public execline
(define-public s6
(package
(name "s6")
(version "2.3.0.0")
(version "2.7.0.0")
(source
(origin
(method url-fetch)
@ -113,7 +113,7 @@ (define-public s6
version ".tar.gz"))
(sha256
(base32
"1rp8i228zxzbia1799pdav1kkzdk96fax9bcfyf2gilkdm3s1ja9"))))
"04vfviw00zvvb1mdpl78zdgzd7j491f1lahhqrkkq9vk5kwcn5v6"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)))