mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-rcppparallel: Update to 5.1.7.
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.7.
This commit is contained in:
parent
b00e285dec
commit
783417f096
1 changed files with 2 additions and 2 deletions
|
@ -15784,14 +15784,14 @@ package provides a minimal R interface by relying on the Rcpp package.")
|
|||
(define-public r-rcppparallel
|
||||
(package
|
||||
(name "r-rcppparallel")
|
||||
(version "5.1.6")
|
||||
(version "5.1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppParallel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"058g9yx4rscg4j7ghxllj5kkyxgwa7cdyxpivcysjmwpis30smmc"))
|
||||
"175j0plh9gzy45sxsck0wdqfkjwdsbb17m9511czrgqsrswhxhzr"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(delete-file-recursively "src/tbb/"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue