gnu: s6-linux-utils: Update to 2.4.0.2.
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.4.0.2.
This commit is contained in:
parent
1f1031f7d9
commit
ef8cab008b
|
@ -293,7 +293,7 @@ systems and other constrained environments, but they work everywhere.")))
|
||||||
(define-public s6-linux-utils
|
(define-public s6-linux-utils
|
||||||
(package
|
(package
|
||||||
(name "s6-linux-utils")
|
(name "s6-linux-utils")
|
||||||
(version "2.1.0.0")
|
(version "2.4.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -302,7 +302,7 @@ systems and other constrained environments, but they work everywhere.")))
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bby751blynb7p8wd3npjm71lf10ysmfvqrd3dqrhhajpa2bl8rm"))))
|
"0245rmk7wfyyfsi4g7f0niprwlvqlwkbyjxflb8kkbvhwfdavqip"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)))
|
(inputs `(("skalibs" ,skalibs)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue