mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-rcpp: Update to 1.0.13.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.13. Change-Id: I4a789a5231f38556f48af61b6304d515f4c634e7
This commit is contained in:
parent
0664348109
commit
35d9c593a9
1 changed files with 2 additions and 2 deletions
|
@ -7268,13 +7268,13 @@ (define-public r-pvclust
|
||||||
(define-public r-rcpp
|
(define-public r-rcpp
|
||||||
(package
|
(package
|
||||||
(name "r-rcpp")
|
(name "r-rcpp")
|
||||||
(version "1.0.12")
|
(version "1.0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rcpp" version))
|
(uri (cran-uri "Rcpp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l1b0q2r6q2bjr4wvj98kp9844fyrsn2ppx339v05vmy8g65jwqc"))))
|
(base32 "1ki2vdfavwxvpw1y47kc0fpg248836zd3iw6zlspkr8kq58cdzi1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://www.rcpp.org")
|
(home-page "https://www.rcpp.org")
|
||||||
(synopsis "Seamless R and C++ integration")
|
(synopsis "Seamless R and C++ integration")
|
||||||
|
|
Loading…
Reference in a new issue