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
|
(define-public r-rcppparallel
|
||||||
(package
|
(package
|
||||||
(name "r-rcppparallel")
|
(name "r-rcppparallel")
|
||||||
(version "5.1.6")
|
(version "5.1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppParallel" version))
|
(uri (cran-uri "RcppParallel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"058g9yx4rscg4j7ghxllj5kkyxgwa7cdyxpivcysjmwpis30smmc"))
|
"175j0plh9gzy45sxsck0wdqfkjwdsbb17m9511czrgqsrswhxhzr"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file-recursively "src/tbb/"))))
|
'(delete-file-recursively "src/tbb/"))))
|
||||||
|
|
Reference in a new issue