gnu: r-sys: Update to 3.4.
* gnu/packages/cran.scm (r-sys): Update to 3.4.
This commit is contained in:
parent
8ca7141c02
commit
c316f2b8b7
1 changed files with 2 additions and 2 deletions
|
@ -520,14 +520,14 @@ objects.")
|
||||||
(define-public r-sys
|
(define-public r-sys
|
||||||
(package
|
(package
|
||||||
(name "r-sys")
|
(name "r-sys")
|
||||||
(version "3.3")
|
(version "3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sys" version))
|
(uri (cran-uri "sys" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14wvy46i2iz9jn7lj3cvifmps932s3395wq681hniva0f8m7q8d6"))))
|
"11q4zmx62w44p1j34frwmrsp23mc7l4n354i0zyziw92yax8zy0p"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue