[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: s6: Update to 2.11.0.0.
From: |
guix-commits |
Subject: |
03/09: gnu: s6: Update to 2.11.0.0. |
Date: |
Sat, 23 Oct 2021 18:15:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 577e348c0bfdab1009299947f307a6be3961ab4a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 24 00:05:01 2021 +0200
gnu: s6: Update to 2.11.0.0.
* gnu/packages/skarnet.scm (s6): Update to 2.11.0.0.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/skarnet.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index c9bc4c6..6cff495 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -103,14 +103,14 @@ complexity.")))
(define-public s6
(package
(name "s6")
- (version "2.10.0.3")
+ (version "2.11.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/s6/s6-";
version ".tar.gz"))
(sha256
- (base32 "0mw7blp8dwr09z58m9mrxwmmvvpnjzq9klcf1vgm0hbha4qkf88x"))))
+ (base32 "1a3lj0xfhn1w3a4ygqsxy8q4dr3n48hnwml4xzdpz3nrikhy8if5"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)))
@@ -132,8 +132,7 @@ complexity.")))
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(doc (string-append out "/share/doc/s6-" ,version)))
- (copy-recursively "doc" doc)
- #t))))))
+ (copy-recursively "doc" doc)))))))
(home-page "https://skarnet.org/software/s6";)
(license isc)
(synopsis "Small suite of programs for process supervision")
- branch master updated (103eb25 -> b111497), guix-commits, 2021/10/23
- 03/09: gnu: s6: Update to 2.11.0.0.,
guix-commits <=
- 02/09: gnu: execline: Update to 2.8.1.0., guix-commits, 2021/10/23
- 08/09: gnu: s6-linux-init: Update to 1.0.6.4., guix-commits, 2021/10/23
- 01/09: gnu: skalibs: Update to 2.11.0.0., guix-commits, 2021/10/23
- 09/09: gnu: s6-linux-utils: Update to 2.5.1.6., guix-commits, 2021/10/23
- 06/09: gnu: s6-rc: Update to 0.5.2.3., guix-commits, 2021/10/23
- 04/09: gnu: s6-dns: Update to 2.3.5.2., guix-commits, 2021/10/23
- 07/09: gnu: s6-portable-utils: Update to 2.2.3.3., guix-commits, 2021/10/23
- 05/09: gnu: s6-networking: Update to 2.5.0.0., guix-commits, 2021/10/23