[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: s6-linux-init: Update to 1.1.1.0.
From: |
guix-commits |
Subject: |
08/09: gnu: s6-linux-init: Update to 1.1.1.0. |
Date: |
Mon, 10 Apr 2023 07:13:32 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 1cdf848ebf957e125dc903fa5605b86b9a0516f3
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Apr 9 15:52:07 2023 +0800
gnu: s6-linux-init: Update to 1.1.1.0.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.1.1.0.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 7e20f9c08f..6c97b13251 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -287,7 +287,7 @@ systems and other constrained environments, but they work
everywhere.")))
(define-public s6-linux-init
(package
(name "s6-linux-init")
- (version "1.0.8.0")
+ (version "1.1.1.0")
(source
(origin
(method url-fetch)
@@ -295,7 +295,7 @@ systems and other constrained environments, but they work
everywhere.")))
"https://skarnet.org/software/s6-linux-init/s6-linux-init-"
version ".tar.gz"))
(sha256
- (base32 "1iixih6iwd618qqy06w2cig7rvlj4cn4m5mdcr060rngciwml1cj"))))
+ (base32 "1vm8aqlh8jkqrm3irhf53vvylxqizpqvjg3yb9z00yb568skyj5d"))))
(build-system gnu-build-system)
(inputs
(list execline s6 skalibs))
- branch master updated (8ed1ef7647 -> b78d6ceaa0), guix-commits, 2023/04/10
- 03/09: gnu: s6: Update to 2.11.3.2., guix-commits, 2023/04/10
- 01/09: gnu: skalibs: Update to 2.13.1.1., guix-commits, 2023/04/10
- 02/09: gnu: execline: Update to 2.9.3.0., guix-commits, 2023/04/10
- 04/09: gnu: s6-dns: Update to 2.3.5.5., guix-commits, 2023/04/10
- 08/09: gnu: s6-linux-init: Update to 1.1.1.0.,
guix-commits <=
- 07/09: gnu: s6-portable-utils: Update to 2.3.0.2., guix-commits, 2023/04/10
- 06/09: gnu: s6-rc: Update to 0.5.4.1., guix-commits, 2023/04/10
- 05/09: gnu: s6-networking: Update to 2.5.1.3., guix-commits, 2023/04/10
- 09/09: gnu: s6-linux-utils: Update to 2.6.1.2., guix-commits, 2023/04/10