gnu: s6-rc: Update to 0.4.0.0.

* gnu/packages/skarnet.scm (s6-rc): Update to 0.4.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-23 15:23:27 +01:00
parent 77482ccabe
commit 1f1031f7d9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ clock synchronization.")))
(define-public s6-rc
(package
(name "s6-rc")
(version "0.0.3.0")
(version "0.4.0.0")
(source
(origin
(method url-fetch)
@ -226,7 +226,7 @@ clock synchronization.")))
version ".tar.gz"))
(sha256
(base32
"0bl94lbaphbpaaj4wbb86xqgp5bcgrf3m7p80mimw1qsjrvlxfay"))))
"1fkg9635cvrf6gw055y346a3n634dy2xiwbypawi68flfprfgf4n"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)