rekado pushed a commit to branch master
in repository guix.
commit 5bec9c43be816d7a44795f09c68f33bc11d66dab
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Jan 23 13:33:31 2022 +0100
gnu: r-rcpp: Update to 1.0.8.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.8.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 85772b4932..1db07e75e2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3287,13 +3287,13 @@ value for each cluster in a dendrogram.")
(define-public r-rcpp
(package
(name "r-rcpp")
- (version "1.0.7")
+ (version "1.0.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rcpp" version))
(sha256
- (base32 "07fwlgmx0ib4nziqbrylla2dlakw04vzny9w4qbfvnhn49rs9r8m"))))
+ (base32 "1vkqyqly6lzr1h3szaihmayvpjkzscxp4y258vnw8nh4pjb957w7"))))
(build-system r-build-system)
(home-page "http://www.rcpp.org")
(synopsis "Seamless R and C++ integration")