gnu: s6-rc: Update to 0.5.0.0.

* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-11 12:24:22 +01:00
parent 8722fd43d4
commit 0953b09aa8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -213,15 +213,14 @@ (define-public s6-networking
(define-public s6-rc
(package
(name "s6-rc")
(version "0.4.1.0")
(version "0.5.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "http://skarnet.org/software/s6-rc/s6-rc-"
version ".tar.gz"))
(sha256
(base32
"1xl37xi509pcm5chcvn8l7gb952sr5mkpxhpkbsxhsllj791bfa2"))))
(base32 "0p97p49i8m44lfiffycgn7xi08yzxkrs5dyb03svdhd6clwh6zyb"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)