gnu: r-rcppparallel: Update to 5.1.6.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.6.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:31 +01:00
parent 92996040e7
commit dfdb2eabfc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15213,14 +15213,14 @@ (define-public r-rcpphnsw
(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/"))))