mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: s6: Update to 2.11.3.2.
* gnu/packages/skarnet.scm (s6): Update to 2.11.3.2.
This commit is contained in:
parent
03f0456d49
commit
b05e58b8e6
1 changed files with 2 additions and 2 deletions
|
@ -103,14 +103,14 @@ (define-public execline
|
|||
(define-public s6
|
||||
(package
|
||||
(name "s6")
|
||||
(version "2.11.1.2")
|
||||
(version "2.11.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://skarnet.org/software/s6/s6-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "18h38piz117ilx7ch9f7hl6bxm2w06z7lc7f5hwsr7c87sz7853c"))))
|
||||
(base32 "0x6zjc3126fjhj8accyxgrw7r7ysrb7d13dfs87bxzzhsa5165kw"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list skalibs execline))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue