mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-rcppparallel: Update to 5.1.9.
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.9. Change-Id: I218f03cf3ad85b0c34a662e9241438fcc30018c3
This commit is contained in:
parent
d4d48c4c44
commit
babaef6562
1 changed files with 2 additions and 2 deletions
|
@ -19258,14 +19258,14 @@ (define-public r-rcpphnsw
|
|||
(define-public r-rcppparallel
|
||||
(package
|
||||
(name "r-rcppparallel")
|
||||
(version "5.1.8")
|
||||
(version "5.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppParallel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09m1pfblmcqh02simzvnal5qqv5swx35ls8kjggy6manv25b2mfn"))
|
||||
"0kqivaj5swpj46gdgrccn4pawldkprsiw0lwy874xgppy3rn227x"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(delete-file-recursively "src/tbb/"))))
|
||||
|
|
Loading…
Reference in a new issue