me
/
guix
Archived
1
0
Fork 0

gnu: s6: Update to 2.11.3.2.

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

View File

@ -103,14 +103,14 @@ complexity.")))
(define-public s6 (define-public s6
(package (package
(name "s6") (name "s6")
(version "2.11.1.2") (version "2.11.3.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 "18h38piz117ilx7ch9f7hl6bxm2w06z7lc7f5hwsr7c87sz7853c")))) (base32 "0x6zjc3126fjhj8accyxgrw7r7ysrb7d13dfs87bxzzhsa5165kw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list skalibs execline)) (inputs (list skalibs execline))
(arguments (arguments