mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: r-rcppthread: Update to 2.1.5.
* gnu/packages/cran.scm (r-rcppthread): Update to 2.1.5. [native-inputs]: Add r-r-rsp.
This commit is contained in:
parent
5f609dc440
commit
96e895f6ea
1 changed files with 3 additions and 2 deletions
|
@ -5640,16 +5640,17 @@ functions and compiled functions callable by other packages.")
|
|||
(define-public r-rcppthread
|
||||
(package
|
||||
(name "r-rcppthread")
|
||||
(version "2.1.3")
|
||||
(version "2.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppThread" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iprpidf7q1wlrgr9dwiikb6apqk80pyjcyni56k64nl7lrkszhj"))))
|
||||
"0rra7qqbq2y4bj54x76559p5ghpj3r03c4vlpg96phwafwnc2y8m"))))
|
||||
(properties `((upstream-name . "RcppThread")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-r-rsp))
|
||||
(home-page
|
||||
"https://github.com/tnagler/RcppThread")
|
||||
(synopsis "R threading in C++")
|
||||
|
|
Loading…
Add table
Reference in a new issue