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

View File

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