diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-24 04:28:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-24 12:15:33 +0100 |
commit | 90695b64313bc54bf918d9fa9763f41b3b7a1101 (patch) | |
tree | 4f7c64987484f7941e19e6e7ef3f84275b7260fb /gnu/packages | |
parent | 8e93fe98b73a60c1e4fd91acd7d8939fc33dc058 (diff) | |
download | guix-90695b64313bc54bf918d9fa9763f41b3b7a1101.tar.gz |
gnu: s6-linux-init: Update to 1.0.5.1.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.5.1.
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 0e259d71f3..3aef62f169 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.4.2") + (version "1.0.5.1") (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 "0rp4k78555r38ir57a8w9qlxss4x487jqmhpn40ankpidwjs04gm")))) + (base32 "1gkbjldf4f7i3vmv251f9hw7ma09nh8zkwjmqi2gplpkf7z3i34p")))) (build-system gnu-build-system) (inputs `(("execline" ,execline) |