diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-04 16:14:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-04 16:14:15 +0200 |
commit | 721c5a8709378ad9ca058ff251590cc16c46d857 (patch) | |
tree | 926e8c9d1253ed4aa8ccf1ee4aba221540931fbe | |
parent | 9a12fbebb92199280bddc288ea224c0c88dad0d3 (diff) | |
download | guix-721c5a8709378ad9ca058ff251590cc16c46d857.tar.gz |
gnu: s6-linux-init: Update to 1.0.6.3.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.3.
-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 6cbabe7a31..b38d3f418f 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.6.2") + (version "1.0.6.3") (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 "06xcmn2a89fvng056lcnnyrl2ak0y7cblkc90lj9a2liyhawy9dr")))) + (base32 "1idqjcxhl5wgff8yrsvx2812wahjri2hcs7qs6k62g0sdd8niqr9")))) (build-system gnu-build-system) (inputs `(("execline" ,execline) |