diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-24 00:11:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-24 00:12:07 +0200 |
commit | c78b914ee28c506e0c572b46eadbd900263cf3b5 (patch) | |
tree | 85468b5a4e0d5cfc185f14cae30e784128c84ab8 /gnu/packages | |
parent | 5ff655e2ee493c4491b7724ddf630a9021e609c3 (diff) | |
download | guix-c78b914ee28c506e0c572b46eadbd900263cf3b5.tar.gz guix-c78b914ee28c506e0c572b46eadbd900263cf3b5.zip |
gnu: s6-linux-init: Update to 1.0.6.4.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.4.
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 a79673c9da..0e0f362dcc 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-init (package (name "s6-linux-init") - (version "1.0.6.3") + (version "1.0.6.4") (source (origin (method url-fetch) @@ -301,7 +301,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 "1idqjcxhl5wgff8yrsvx2812wahjri2hcs7qs6k62g0sdd8niqr9")))) + (base32 "0grqk111d6aqym1c4l9j26fdqcgra1hvwb9vdgylrfbvn1c3hlpb")))) (build-system gnu-build-system) (inputs `(("execline" ,execline) |