gnu: r-rcppthread: Update to 2.0.1.

* gnu/packages/cran.scm (r-rcppthread): Update to 2.0.1.
This commit is contained in:
Ricardo Wurmus 2022-02-01 17:01:29 +01:00
parent d6bdad4d97
commit 627c039e22
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3311,14 +3311,14 @@ (define-public r-rcpp
(define-public r-rcppthread
(package
(name "r-rcppthread")
(version "1.0.0")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppThread" version))
(sha256
(base32
"1xfcxrny779kgknlvnc4j02ifprnakndnkhx8bhy50d39vp4hjjl"))))
"1hcxdk9mhsnrgg2bp7ls165abwb7b5grgh1gvf2i7sqrf9ggwa09"))))
(properties `((upstream-name . "RcppThread")))
(build-system r-build-system)
(home-page