guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: s6-rc: Update to 0.4.1.0.


From: Tobias Geerinckx-Rice
Subject: 07/16: gnu: s6-rc: Update to 0.4.1.0.
Date: Wed, 15 Aug 2018 21:02:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 510a83fb071b28fcb94538821cefb7ffe1668ff2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 16 01:46:12 2018 +0200

    gnu: s6-rc: Update to 0.4.1.0.
    
    * gnu/packages/skarnet.scm (s6-rc): Update to 0.4.1.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 7577fa2..89866ba 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -218,7 +218,7 @@ clock synchronization.")))
 (define-public s6-rc
   (package
    (name "s6-rc")
-   (version "0.4.0.1")
+   (version "0.4.1.0")
    (source
     (origin
      (method url-fetch)
@@ -226,7 +226,7 @@ clock synchronization.")))
                          version ".tar.gz"))
      (sha256
       (base32
-       "0p4yczbib626kygr3pdvvay0xwyha92rjnhn79cbx18ywc2n4jsb"))))
+       "1xl37xi509pcm5chcvn8l7gb952sr5mkpxhpkbsxhsllj791bfa2"))))
     (build-system gnu-build-system)
     (inputs `(("skalibs" ,skalibs)
               ("execline" ,execline)
@@ -245,7 +245,7 @@ clock synchronization.")))
                           (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-rc";)
     (license isc)
     (synopsis "Service manager for s6-based systems")



reply via email to

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