mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: s6: Update to 2.9.2.0.
* gnu/packages/skarnet.scm (s6): Update to 2.9.2.0.
This commit is contained in:
parent
f33d77e2cc
commit
a7fbae6f09
1 changed files with 2 additions and 2 deletions
|
@ -104,14 +104,14 @@ (define-public execline
|
||||||
(define-public s6
|
(define-public s6
|
||||||
(package
|
(package
|
||||||
(name "s6")
|
(name "s6")
|
||||||
(version "2.9.1.0")
|
(version "2.9.2.0")
|
||||||
(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 "1xqzl2wnvcmcyhppk7mc10h1ac7fkik3i6gpyliwpf3d5i9mkqh5"))))
|
(base32 "1pfxx50shncg2s47ic4kp02jh1cxfjq75j3mnxjagyzzz0mbfg9n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)
|
(inputs `(("skalibs" ,skalibs)
|
||||||
("execline" ,execline)))
|
("execline" ,execline)))
|
||||||
|
|
Loading…
Reference in a new issue