mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-rcppparallel: Update to 5.1.4.
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.4.
This commit is contained in:
parent
d381b1ac33
commit
cd488787af
1 changed files with 2 additions and 2 deletions
|
@ -11376,14 +11376,14 @@ (define-public r-rcpphnsw
|
|||
(define-public r-rcppparallel
|
||||
(package
|
||||
(name "r-rcppparallel")
|
||||
(version "5.1.3")
|
||||
(version "5.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppParallel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c3y80m695xqhs4ynwig2bsl045nryi9ww0a1s2rb3gsjbs5vx7v"))))
|
||||
"10pa9vaz7p4m6hjca2cpy6vj7rvgly4zv0q1g2xfsmcchyk4bdbn"))))
|
||||
(properties `((upstream-name . "RcppParallel")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://rcppcore.github.io/RcppParallel/")
|
||||
|
|
Loading…
Reference in a new issue