mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: s6-rc: Update to 0.4.0.0.
* gnu/packages/skarnet.scm (s6-rc): Update to 0.4.0.0.
This commit is contained in:
parent
77482ccabe
commit
1f1031f7d9
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ (define-public s6-networking
|
|||
(define-public s6-rc
|
||||
(package
|
||||
(name "s6-rc")
|
||||
(version "0.0.3.0")
|
||||
(version "0.4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -226,7 +226,7 @@ (define-public s6-rc
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bl94lbaphbpaaj4wbb86xqgp5bcgrf3m7p80mimw1qsjrvlxfay"))))
|
||||
"1fkg9635cvrf6gw055y346a3n634dy2xiwbypawi68flfprfgf4n"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("skalibs" ,skalibs)
|
||||
("execline" ,execline)
|
||||
|
|
Loading…
Reference in a new issue