guix-commits
[Top][All Lists]
Advanced

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

09/16: gnu: s6-linux-init: Update to 0.4.0.0.


From: Tobias Geerinckx-Rice
Subject: 09/16: gnu: s6-linux-init: Update to 0.4.0.0.
Date: Wed, 15 Aug 2018 21:02:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c43f5b800149db792b75ac7c78c5f2aad89f83c4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 16 01:49:29 2018 +0200

    gnu: s6-linux-init: Update to 0.4.0.0.
    
    * gnu/packages/skarnet.scm (s6-linux-init): Update to 0.4.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 5553576..98af2f5 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -293,7 +293,7 @@ systems and other constrained environments, but they work 
everywhere.")))
 (define-public s6-linux-init
   (package
    (name "s6-linux-init")
-   (version "0.3.1.1")
+   (version "0.4.0.0")
    (source
     (origin
      (method url-fetch)
@@ -302,7 +302,7 @@ systems and other constrained environments, but they work 
everywhere.")))
            version ".tar.gz"))
      (sha256
       (base32
-       "0yfxrjqlbb6kac4gcn78phxbwp5sj9jmc1vxpsrbql62mfjyiqly"))))
+       "0zpd6n30cf8847240f658gw40sh64lm1mbaxr19q6rryvs5rpb6l"))))
     (build-system gnu-build-system)
     (inputs
      `(("skalibs" ,skalibs)))
@@ -315,7 +315,7 @@ systems and other constrained environments, but they work 
everywhere.")))
         (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-init";)
     (license isc)
     (synopsis "Minimalistic tools to create an s6-based init system on Linux")



reply via email to

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