gnu: s6-portable-utils: Update to 2.2.3.1.
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.3.1.
This commit is contained in:
parent
089f3ffc79
commit
3edca4794c
1 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,7 @@ environment.")))
|
||||||
(define-public s6-portable-utils
|
(define-public s6-portable-utils
|
||||||
(package
|
(package
|
||||||
(name "s6-portable-utils")
|
(name "s6-portable-utils")
|
||||||
(version "2.2.3.0")
|
(version "2.2.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -271,7 +271,7 @@ environment.")))
|
||||||
"https://skarnet.org/software/s6-portable-utils/s6-portable-utils-"
|
"https://skarnet.org/software/s6-portable-utils/s6-portable-utils-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "063zwifigg2b3wsixdcz4h9yvr6fkqssvx0iyfsprjfmm1yapfi9"))))
|
(base32 "1ks1ch5v3p2z8y8wp5fmzzgjrqn2l5sj1sgfp8vv6wy8psd8mrj3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)))
|
(inputs `(("skalibs" ,skalibs)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue