gnu: r-rcppparallel: Update to 5.0.0.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.0.
This commit is contained in:
Ricardo Wurmus 2020-03-12 14:24:16 +01:00
parent 69a3c4ce51
commit d520e4c942
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9243,14 +9243,14 @@ (define-public r-rcpphnsw
(define-public r-rcppparallel
(package
(name "r-rcppparallel")
(version "4.4.4")
(version "5.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppParallel" version))
(sha256
(base32
"0p13f2mywjr7gmskf8ri4y8p5yr1bvr4xrpw2w11vdvafwz1vcia"))))
"1mhd6vp47xmfw533h0pkvydv96m57fspvd85g8m7iqb5rcxvhhdb"))))
(properties `((upstream-name . "RcppParallel")))
(build-system r-build-system)
(home-page "http://rcppcore.github.io/RcppParallel")