diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 15:31:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 16:04:20 +0100 |
commit | 322ea25c5685b1383e0d9d11aec1e6f528aaf1e7 (patch) | |
tree | 62c0fc5e6d818822f2a40c1592266212df800cfc /gnu/packages | |
parent | 072102f651c312d3bbc39093498e456a22648c69 (diff) |
gnu: s6-rc: Update to 0.5.1.2.
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.1.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/skarnet.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index c0d119b5c3..07b8a54443 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -222,14 +222,14 @@ clock synchronization."))) (define-public s6-rc (package (name "s6-rc") - (version "0.5.1.1") + (version "0.5.1.2") (source (origin (method url-fetch) (uri (string-append "http://skarnet.org/software/s6-rc/s6-rc-" version ".tar.gz")) (sha256 - (base32 "0lmg517l8inn7bi57q35rjd7b4jmqlmkhrbvs5ybbhinhd12qzi5")))) + (base32 "18m8jsx3bkj566p6xwwnsvdckk10n8wqnhp0na2k88i295h4rnjp")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs) ("execline" ,execline) |