Archived
1
0
Fork 0

gnu: r-rcppparallel: Update to 5.1.3.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.3.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:10 +02:00
parent 3dbd04d7ca
commit 75a461aa74
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11376,14 +11376,14 @@ package provides a minimal R interface by relying on the Rcpp package.")
(define-public r-rcppparallel (define-public r-rcppparallel
(package (package
(name "r-rcppparallel") (name "r-rcppparallel")
(version "5.0.3") (version "5.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RcppParallel" version)) (uri (cran-uri "RcppParallel" version))
(sha256 (sha256
(base32 (base32
"0ihcirny4al2ydymxhdfacwmybmrgrz5nm0lbf49gk2zy8w124ki")))) "1c3y80m695xqhs4ynwig2bsl045nryi9ww0a1s2rb3gsjbs5vx7v"))))
(properties `((upstream-name . "RcppParallel"))) (properties `((upstream-name . "RcppParallel")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://rcppcore.github.io/RcppParallel/") (home-page "https://rcppcore.github.io/RcppParallel/")