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