diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-11 23:54:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-11 23:55:31 +0100 |
commit | e2a9f0de2d3cbde37ab2b84f7892aadf33d95349 (patch) | |
tree | aa66ee2efde7a8016d65b0486e8f8f54f7ad415b /gnu | |
parent | 3edca4794c8d10cd09fc2c46dbe8dd18ce149d44 (diff) |
gnu: s6-linux-init: Update to 1.0.6.0.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.0.
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 65696c54a9..0d830a7acd 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -295,7 +295,7 @@ systems and other constrained environments, but they work everywhere."))) (define-public s6-linux-init (package (name "s6-linux-init") - (version "1.0.5.1") + (version "1.0.6.0") (source (origin (method url-fetch) @@ -303,7 +303,7 @@ systems and other constrained environments, but they work everywhere."))) "https://skarnet.org/software/s6-linux-init/s6-linux-init-" version ".tar.gz")) (sha256 - (base32 "1gkbjldf4f7i3vmv251f9hw7ma09nh8zkwjmqi2gplpkf7z3i34p")))) + (base32 "0kzif3dqhm7h4h7c6npzdbcy7w756222g8ysw116fgb8j385dr6w")))) (build-system gnu-build-system) (inputs `(("execline" ,execline) |