gnu: s6-linux-utils: Update to 2.5.0.0.
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.0.0.
This commit is contained in:
parent
6a7c1c43d7
commit
ed6c3dad53
|
@ -331,7 +331,7 @@ all the details.")))
|
||||||
(define-public s6-linux-utils
|
(define-public s6-linux-utils
|
||||||
(package
|
(package
|
||||||
(name "s6-linux-utils")
|
(name "s6-linux-utils")
|
||||||
(version "2.4.0.2")
|
(version "2.5.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -340,7 +340,7 @@ all the details.")))
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0245rmk7wfyyfsi4g7f0niprwlvqlwkbyjxflb8kkbvhwfdavqip"))))
|
"04q2z71dkzahd2ppga2zikclz2qk014c23gm7rigqxjc8rs1amvq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)))
|
(inputs `(("skalibs" ,skalibs)))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -351,7 +351,7 @@ all the details.")))
|
||||||
(string-append "--with-sysdeps="
|
(string-append "--with-sysdeps="
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f)) ; no tests exist
|
||||||
(home-page "https://skarnet.org/software/s6-linux-utils")
|
(home-page "https://skarnet.org/software/s6-linux-utils")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Set of minimalistic Linux-specific system utilities")
|
(synopsis "Set of minimalistic Linux-specific system utilities")
|
||||||
|
|
Loading…
Reference in New Issue