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
efdf7977ab
commit
fcb2a9b0b4
1 changed files with 2 additions and 2 deletions
|
@ -103,14 +103,14 @@ (define-public execline
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue