gnu: r-rcppparallel: Update to 5.1.7.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.7.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:29 +01:00
parent b00e285dec
commit 783417f096
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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/"))))