gnu: s6-linux-init: Update to 1.0.5.1.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.5.1.
This commit is contained in:
parent
8e93fe98b7
commit
90695b6431
1 changed files with 2 additions and 2 deletions
|
@ -295,7 +295,7 @@ (define-public s6-portable-utils
|
|||
(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 @@ (define-public s6-linux-init
|
|||
"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)
|
||||
|
|
Loading…
Reference in a new issue