me
/
guix
Archived
1
0
Fork 0

gnu: s6-linux-init: Update to 1.1.1.0.

* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.1.1.0.
master
宋文武 2023-04-09 15:52:07 +08:00
parent 01c5430a7d
commit 1cdf848ebf
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -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))