gnu: s6: Update to 2.11.1.2.

* gnu/packages/skarnet.scm (s6): Update to 2.11.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 6b6a81f087
commit 6f21376ff5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -103,14 +103,14 @@ complexity.")))
(define-public s6 (define-public s6
(package (package
(name "s6") (name "s6")
(version "2.11.0.0") (version "2.11.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://skarnet.org/software/s6/s6-" (uri (string-append "https://skarnet.org/software/s6/s6-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1a3lj0xfhn1w3a4ygqsxy8q4dr3n48hnwml4xzdpz3nrikhy8if5")))) (base32 "18h38piz117ilx7ch9f7hl6bxm2w06z7lc7f5hwsr7c87sz7853c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list skalibs execline)) (inputs (list skalibs execline))
(arguments (arguments