mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: s6-rc: Update to 0.4.1.0.
* gnu/packages/skarnet.scm (s6-rc): Update to 0.4.1.0.
This commit is contained in:
parent
33cd88ac0e
commit
510a83fb07
1 changed files with 3 additions and 3 deletions
|
@ -218,7 +218,7 @@ (define-public s6-networking
|
||||||
(define-public s6-rc
|
(define-public s6-rc
|
||||||
(package
|
(package
|
||||||
(name "s6-rc")
|
(name "s6-rc")
|
||||||
(version "0.4.0.1")
|
(version "0.4.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -226,7 +226,7 @@ (define-public s6-rc
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p4yczbib626kygr3pdvvay0xwyha92rjnhn79cbx18ywc2n4jsb"))))
|
"1xl37xi509pcm5chcvn8l7gb952sr5mkpxhpkbsxhsllj791bfa2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)
|
(inputs `(("skalibs" ,skalibs)
|
||||||
("execline" ,execline)
|
("execline" ,execline)
|
||||||
|
@ -245,7 +245,7 @@ (define-public s6-rc
|
||||||
(string-append "--with-sysdeps="
|
(string-append "--with-sysdeps="
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f)) ; no tests exist
|
||||||
(home-page "https://skarnet.org/software/s6-rc")
|
(home-page "https://skarnet.org/software/s6-rc")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Service manager for s6-based systems")
|
(synopsis "Service manager for s6-based systems")
|
||||||
|
|
Loading…
Reference in a new issue