summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 04:43:59 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 16:01:17 +0100
commitbead506555b147aaa438ba50b3b429e758fce324 (patch)
treef3c0ef491d7590f199bc6f34971d9b16946a2832
parentdf0bb509c2ef876e4d204fb322b18879bc9a3b08 (diff)
downloadpatches-bead506555b147aaa438ba50b3b429e758fce324.tar
patches-bead506555b147aaa438ba50b3b429e758fce324.tar.gz
gnu: s6-linux-init: Update to 1.0.4.0.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.4.0.
-rw-r--r--gnu/packages/skarnet.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 07b8a54443..06181b8bf4 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.3.1")
+ (version "1.0.4.0")
(source
(origin
(method url-fetch)
@@ -303,7 +303,7 @@ systems and other constrained environments, but they work everywhere.")))
"http://skarnet.org/software/s6-linux-init/s6-linux-init-"
version ".tar.gz"))
(sha256
- (base32 "1yq2xnp41a1lqpjzvq5jawgy64jwaxalvjdnlvgdpi9bkicgasi1"))))
+ (base32 "176mgkqxlp6gb6my66dv73xsp7adfxbjp5hjyh35sykqkr4kfyfy"))))
(build-system gnu-build-system)
(inputs
`(("execline" ,execline)