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 @@ (define-public r-rcpphnsw
(define-public r-rcppparallel
(package
(name "r-rcppparallel")
(version "5.0.3")
(version "5.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppParallel" version))
(sha256
(base32
"0ihcirny4al2ydymxhdfacwmybmrgrz5nm0lbf49gk2zy8w124ki"))))
"1c3y80m695xqhs4ynwig2bsl045nryi9ww0a1s2rb3gsjbs5vx7v"))))
(properties `((upstream-name . "RcppParallel")))
(build-system r-build-system)
(home-page "https://rcppcore.github.io/RcppParallel/")