diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 16:08:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 19:56:36 +0100 |
commit | dfdb2eabfc7a9a66c0dfaf88618e665443c75ccb (patch) | |
tree | 16edd2ad9915cb43163fc9e753c3baf0cf50a60b | |
parent | 92996040e70322a77d5ed508014007b6aaf51d1e (diff) | |
download | guix-dfdb2eabfc7a9a66c0dfaf88618e665443c75ccb.tar.gz |
gnu: r-rcppparallel: Update to 5.1.6.
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.6.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files 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/")))) |