me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.8.0.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 217e369656
commit db69afc21d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
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 (define-public s6-linux-init
(package (package
(name "s6-linux-init") (name "s6-linux-init")
(version "1.0.6.4") (version "1.0.8.0")
(source (source
(origin (origin
(method url-fetch) (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-" "https://skarnet.org/software/s6-linux-init/s6-linux-init-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "0grqk111d6aqym1c4l9j26fdqcgra1hvwb9vdgylrfbvn1c3hlpb")))) (base32 "1iixih6iwd618qqy06w2cig7rvlj4cn4m5mdcr060rngciwml1cj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list execline s6 skalibs)) (list execline s6 skalibs))