mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-rcppthread: Update to 2.1.2.
* gnu/packages/cran.scm (r-rcppthread): Update to 2.1.2.
This commit is contained in:
parent
8fb8b40c05
commit
96554a0d47
1 changed files with 2 additions and 2 deletions
|
@ -3427,14 +3427,14 @@ (define-public r-rcpp
|
|||
(define-public r-rcppthread
|
||||
(package
|
||||
(name "r-rcppthread")
|
||||
(version "2.0.2")
|
||||
(version "2.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppThread" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hkv4074b1lm60rgryhl6167axbc54ci2qxlsan079ak6vzlx31b"))))
|
||||
"0a8767q4p76rfamss1w2vnx4h1229nmwymp1q63li2q5b87wipqp"))))
|
||||
(properties `((upstream-name . "RcppThread")))
|
||||
(build-system r-build-system)
|
||||
(home-page
|
||||
|
|
Loading…
Reference in a new issue