guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/16: gnu: s6-linux-utils: Update to 2.5.0.0.


From: Tobias Geerinckx-Rice
Subject: 11/16: gnu: s6-linux-utils: Update to 2.5.0.0.
Date: Wed, 15 Aug 2018 21:02:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ed6c3dad531fc1c80bc109b6368e7be8d330eeb5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 16 01:53:31 2018 +0200

    gnu: s6-linux-utils: Update to 2.5.0.0.
    
    * gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.0.0.
---
 gnu/packages/skarnet.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index c1c2306..9a6733d 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]