Archived
1
0
Fork 0

gnu: r-rcpp: Update to 1.0.7.

* gnu/packages/cran.scm (r-rcpp): Update to 1.0.7.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:12 +02:00
parent e62ed5eabb
commit abb371b6a0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")