rekado pushed a commit to branch master
in repository guix.
commit dfdb2eabfc7a9a66c0dfaf88618e665443c75ccb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:31 2023 +0100
gnu: r-rcppparallel: Update to 5.1.6.
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.6.
---
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 48fd0fcdd7..398b416784 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15213,14 +15213,14 @@ package provides a minimal R interface by relying on
the Rcpp package.")
(define-public r-rcppparallel
(package
(name "r-rcppparallel")
- (version "5.1.5")
+ (version "5.1.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppParallel" version))
(sha256
(base32
- "1sn211ajlb1p12sglxqns175rg078yvww268m8cp0vvd7cmk55k3"))
+ "058g9yx4rscg4j7ghxllj5kkyxgwa7cdyxpivcysjmwpis30smmc"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "src/tbb/"))))