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