gnu: r-sys: Update to 3.2.
* gnu/packages/cran.scm (r-sys): Update to 3.2.
This commit is contained in:
parent
5f88d81fa4
commit
902905cc5b
|
@ -119,14 +119,14 @@ are not used.")
|
||||||
(define-public r-sys
|
(define-public r-sys
|
||||||
(package
|
(package
|
||||||
(name "r-sys")
|
(name "r-sys")
|
||||||
(version "3.1")
|
(version "3.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
|
||||||
"0aj3wcyah3r7c9s3rbs0c8nifd4vqmkzg9fqkrb7f838ww0qw24q"))))
|
"1k5vk5q9wa5sin0n226i05nymg469s24f6lx64yyhb7yc624j698"))))
|
||||||
(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 New Issue