mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: r-sys: Update to 3.4.2.
* gnu/packages/cran.scm (r-sys): Update to 3.4.2.
This commit is contained in:
parent
c657cb8b65
commit
f5951bbc70
1 changed files with 2 additions and 2 deletions
|
@ -2783,14 +2783,14 @@ (define-public r-shadowtext
|
||||||
(define-public r-sys
|
(define-public r-sys
|
||||||
(package
|
(package
|
||||||
(name "r-sys")
|
(name "r-sys")
|
||||||
(version "3.4.1")
|
(version "3.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sys" version))
|
(uri (cran-uri "sys" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lng3ri17jxq06c6hhhmvsb65lazkiqpp1h4pii4w9jqvs7nskij"))))
|
"1cz57jkc159zfgffvcdb40wv9avb5id7pdvgx8q1hs7vy1kcxgdp"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/jeroen/sys")
|
(home-page "https://github.com/jeroen/sys")
|
||||||
(synopsis "Powerful and reliable tools for running system commands in R")
|
(synopsis "Powerful and reliable tools for running system commands in R")
|
||||||
|
|
Loading…
Reference in a new issue