gnu: r-rcpp: Update to 1.0.8.3.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.8.3.
This commit is contained in:
parent
d5ee4a0ac4
commit
b5c3a90adb
1 changed files with 2 additions and 2 deletions
|
|
@ -3645,13 +3645,13 @@ value for each cluster in a dendrogram.")
|
|||
(define-public r-rcpp
|
||||
(package
|
||||
(name "r-rcpp")
|
||||
(version "1.0.8.2")
|
||||
(version "1.0.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rcpp" version))
|
||||
(sha256
|
||||
(base32 "01bvqlbg8qkc9z3gasz1ga5dwlpilknb05ikj79a055718djxgif"))))
|
||||
(base32 "1gzqfn1xjawzig30ama3rldykqpcn6bd8sg684mrfvpmv96bi9cx"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.rcpp.org")
|
||||
(synopsis "Seamless R and C++ integration")
|
||||
|
|
|
|||
Reference in a new issue