gnu: r-rcppparallel: Update to 5.0.3.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.3.
This commit is contained in:
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

View file

@ -11241,14 +11241,14 @@ (define-public r-rcpphnsw
(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/")