mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: s6-rc: Update to 0.5.1.1.
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.1.1.
This commit is contained in:
parent
dd0e9335dc
commit
db7040935f
1 changed files with 2 additions and 2 deletions
|
@ -214,14 +214,14 @@ (define-public s6-networking
|
|||
(define-public s6-rc
|
||||
(package
|
||||
(name "s6-rc")
|
||||
(version "0.5.0.0")
|
||||
(version "0.5.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://skarnet.org/software/s6-rc/s6-rc-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0p97p49i8m44lfiffycgn7xi08yzxkrs5dyb03svdhd6clwh6zyb"))))
|
||||
(base32 "0lmg517l8inn7bi57q35rjd7b4jmqlmkhrbvs5ybbhinhd12qzi5"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("skalibs" ,skalibs)
|
||||
("execline" ,execline)
|
||||
|
|
Loading…
Reference in a new issue