me
/
guix
Archived
1
0
Fork 0

gnu: r-rcppthread: Update to 2.0.1.

* gnu/packages/cran.scm (r-rcppthread): Update to 2.0.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3311,14 +3311,14 @@ and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
(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