mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: s6: Update to 2.7.2.1.
* gnu/packages/skarnet.scm (s6): Update to 2.7.2.1.
This commit is contained in:
parent
174988fa05
commit
6f05556ba7
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ (define-public execline
|
||||||
(define-public s6
|
(define-public s6
|
||||||
(package
|
(package
|
||||||
(name "s6")
|
(name "s6")
|
||||||
(version "2.7.2.0")
|
(version "2.7.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -113,7 +113,7 @@ (define-public s6
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02canrzmhr66gi16ldyylk378jlmyfl73vn72ayr12h2wyxgqm5g"))))
|
"0vyl4wr2l4mp9ams0dyg224qxhl8ksxsv2shs6606lhhp9g1rb6b"))))
|
||||||
(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