me
/
guix
Archived
1
0
Fork 0

gnu: r-rcppparallel: Update to 5.0.3.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.3.
master
Ricardo Wurmus 2021-03-09 21:39:34 +01:00
parent 7db329a300
commit ed7f3e3c2f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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