diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-23 15:28:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-23 16:00:06 +0100 |
commit | ef8cab008be6f278565258fa754164866e52aba8 (patch) | |
tree | de7a86f7da0bd3d8863a61eacce6d18ffef0aed4 /gnu | |
parent | 1f1031f7d998bd338dd9c84f2e8641bae304a1ed (diff) | |
download | guix-ef8cab008be6f278565258fa754164866e52aba8.tar guix-ef8cab008be6f278565258fa754164866e52aba8.tar.gz |
gnu: s6-linux-utils: Update to 2.4.0.2.
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.4.0.2.
Diffstat (limited to 'gnu')
-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 f8e62ae12c..3c6284c938 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -293,7 +293,7 @@ systems and other constrained environments, but they work everywhere."))) (define-public s6-linux-utils (package (name "s6-linux-utils") - (version "2.1.0.0") + (version "2.4.0.2") (source (origin (method url-fetch) @@ -302,7 +302,7 @@ systems and other constrained environments, but they work everywhere."))) version ".tar.gz")) (sha256 (base32 - "1bby751blynb7p8wd3npjm71lf10ysmfvqrd3dqrhhajpa2bl8rm")))) + "0245rmk7wfyyfsi4g7f0niprwlvqlwkbyjxflb8kkbvhwfdavqip")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments |