mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-rcpp: Update to 0.12.7.
* gnu/packages/statistics.scm (r-rcpp): Update to 0.12.7.
This commit is contained in:
parent
5aaa12dfb5
commit
cb27d6ba4e
1 changed files with 2 additions and 2 deletions
|
@ -359,13 +359,13 @@ (define-public r-munsell
|
|||
(define-public r-rcpp
|
||||
(package
|
||||
(name "r-rcpp")
|
||||
(version "0.12.5")
|
||||
(version "0.12.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rcpp" version))
|
||||
(sha256
|
||||
(base32 "1vw0zbd6zhqixqg7h8ahn1dr1hb492365x419nrp2lhvr60r8i0k"))))
|
||||
(base32 "1ipid4yfqp1k5c70f7bz7izzq63srmrcxhiqrnyilk2wgrvd7ypb"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.rcpp.org")
|
||||
(synopsis "Seamless R and C++ Integration")
|
||||
|
|
Loading…
Reference in a new issue