diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-07-11 15:35:22 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-07-12 14:29:04 +0200 |
commit | 96e895f6ea6393430432cdadbfa9451cedc584fa (patch) | |
tree | 132d272911be738f268a0d260ee5cc1f64550c73 /gnu | |
parent | 5f609dc440600d23a84c8ccae2af833a6aeaf1ff (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 2712f337f4..6aca1c233d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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++") |