mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
(define-public r-rcppparallel
|
||||||
(package
|
(package
|
||||||
(name "r-rcppparallel")
|
(name "r-rcppparallel")
|
||||||
(version "5.1.8")
|
(version "5.1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppParallel" version))
|
(uri (cran-uri "RcppParallel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09m1pfblmcqh02simzvnal5qqv5swx35ls8kjggy6manv25b2mfn"))
|
"0kqivaj5swpj46gdgrccn4pawldkprsiw0lwy874xgppy3rn227x"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file-recursively "src/tbb/"))))
|
'(delete-file-recursively "src/tbb/"))))
|
||||||
|
|
Loading…
Reference in a new issue