mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-rcpp: Update to 1.0.12.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.12. Change-Id: Ia0e182858d8693d00d646bf4f4f38e064674f5bc
This commit is contained in:
parent
7e9cdd4a0b
commit
b6b6465da3
1 changed files with 2 additions and 2 deletions
|
@ -6268,13 +6268,13 @@ (define-public r-pvclust
|
|||
(define-public r-rcpp
|
||||
(package
|
||||
(name "r-rcpp")
|
||||
(version "1.0.11")
|
||||
(version "1.0.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rcpp" version))
|
||||
(sha256
|
||||
(base32 "0pzssba79z90rax2v02r5m1a6ysljfnvq03r6q2nr72rd0q7qxfz"))))
|
||||
(base32 "1l1b0q2r6q2bjr4wvj98kp9844fyrsn2ppx339v05vmy8g65jwqc"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://www.rcpp.org")
|
||||
(synopsis "Seamless R and C++ integration")
|
||||
|
|
Loading…
Reference in a new issue