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:
Ricardo Wurmus 2023-07-11 15:35:22 +02:00
parent 5f609dc440
commit 96e895f6ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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++")