[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")
- branch master updated (de30205 -> 4a6785f), Tobias Geerinckx-Rice, 2018/08/15
- 03/16: gnu: execline: Update to 2.5.0.1., Tobias Geerinckx-Rice, 2018/08/15
- 01/16: gnu: mysql: Use HTTPS., Tobias Geerinckx-Rice, 2018/08/15
- 02/16: gnu: skalibs: Update to 2.7.0.0., Tobias Geerinckx-Rice, 2018/08/15
- 05/16: gnu: s6-dns: Update to 2.3.0.1., Tobias Geerinckx-Rice, 2018/08/15
- 04/16: gnu: s6: Update to 2.7.2.0., Tobias Geerinckx-Rice, 2018/08/15
- 11/16: gnu: s6-linux-utils: Update to 2.5.0.0., Tobias Geerinckx-Rice, 2018/08/15
- 06/16: gnu: s6-networking: Update to 2.3.0.3., Tobias Geerinckx-Rice, 2018/08/15
- 08/16: gnu: s6-portable-utils: Update to 2.2.1.2., Tobias Geerinckx-Rice, 2018/08/15
- 07/16: gnu: s6-rc: Update to 0.4.1.0.,
Tobias Geerinckx-Rice <=
- 09/16: gnu: s6-linux-init: Update to 0.4.0.0., Tobias Geerinckx-Rice, 2018/08/15
- 16/16: gnu: protobuf-c: Update to 1.3.1., Tobias Geerinckx-Rice, 2018/08/15
- 12/16: gnu: armadillo: Update to 9.100.4., Tobias Geerinckx-Rice, 2018/08/15
- 13/16: gnu: stellarium: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/08/15
- 15/16: gnu: qemu: Update to 3.0.0 [mitigate CVE-2018-3639]., Tobias Geerinckx-Rice, 2018/08/15
- 10/16: gnu: s6-linux-init: Remove superfluous spaces from description., Tobias Geerinckx-Rice, 2018/08/15
- 14/16: gnu: stellarium: Remove redundant FILE-NAME., Tobias Geerinckx-Rice, 2018/08/15