diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 01:53:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 02:40:59 +0200 |
commit | ed6c3dad531fc1c80bc109b6368e7be8d330eeb5 (patch) | |
tree | f2a8e51a2031860e84943a6943668c5ea9a46a0d | |
parent | 6a7c1c43d78c460c887a643baa993a74f57650fe (diff) | |
download | gnu-guix-ed6c3dad531fc1c80bc109b6368e7be8d330eeb5.tar gnu-guix-ed6c3dad531fc1c80bc109b6368e7be8d330eeb5.tar.gz |
gnu: s6-linux-utils: Update to 2.5.0.0.
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.0.0.
-rw-r--r-- | gnu/packages/skarnet.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index c1c23062e9..9a6733d8bc 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -331,7 +331,7 @@ all the details."))) (define-public s6-linux-utils (package (name "s6-linux-utils") - (version "2.4.0.2") + (version "2.5.0.0") (source (origin (method url-fetch) @@ -340,7 +340,7 @@ all the details."))) version ".tar.gz")) (sha256 (base32 - "0245rmk7wfyyfsi4g7f0niprwlvqlwkbyjxflb8kkbvhwfdavqip")))) + "04q2z71dkzahd2ppga2zikclz2qk014c23gm7rigqxjc8rs1amvq")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments @@ -351,7 +351,7 @@ all the details."))) (string-append "--with-sysdeps=" (assoc-ref %build-inputs "skalibs") "/lib/skalibs/sysdeps")) - #:tests? #f)) + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/s6-linux-utils") (license isc) (synopsis "Set of minimalistic Linux-specific system utilities") |