1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-17 07:40:29 +02:00

gnu: r-rcppparallel: Update to 5.1.8.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.8.

Change-Id: Ia954bd873fc3d23f7a957e2ce9ff2ed3db7eeda7
This commit is contained in:
Ricardo Wurmus
2024-08-16 18:33:55 +02:00
parent 2422184077
commit 6550e80fac

View File

@@ -19260,14 +19260,14 @@ package provides a minimal R interface by relying on the Rcpp package.")
(define-public r-rcppparallel
(package
(name "r-rcppparallel")
(version "5.1.7")
(version "5.1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppParallel" version))
(sha256
(base32
"175j0plh9gzy45sxsck0wdqfkjwdsbb17m9511czrgqsrswhxhzr"))
"09m1pfblmcqh02simzvnal5qqv5swx35ls8kjggy6manv25b2mfn"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "src/tbb/"))))