gnu: r-rcppthread: Update to 2.0.2.

* gnu/packages/cran.scm (r-rcppthread): Update to 2.0.2.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:20 +01:00
parent 79a8f31d8f
commit a743923d23
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3427,14 +3427,14 @@ and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
(define-public r-rcppthread (define-public r-rcppthread
(package (package
(name "r-rcppthread") (name "r-rcppthread")
(version "2.0.1") (version "2.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RcppThread" version)) (uri (cran-uri "RcppThread" version))
(sha256 (sha256
(base32 (base32
"1hcxdk9mhsnrgg2bp7ls165abwb7b5grgh1gvf2i7sqrf9ggwa09")))) "1hkv4074b1lm60rgryhl6167axbc54ci2qxlsan079ak6vzlx31b"))))
(properties `((upstream-name . "RcppThread"))) (properties `((upstream-name . "RcppThread")))
(build-system r-build-system) (build-system r-build-system)
(home-page (home-page