diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:57:34 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:58:41 +0200 |
commit | a56ae72724abdb890d927cb2bced8b024889a7c3 (patch) | |
tree | 12f7e6e15b0d27577ba793cc40268f567064ceb8 | |
parent | 0e36a8546354002acd05dea28092f53240a940a4 (diff) |
gnu: r-rcppthread: Update to 2.1.6.
* gnu/packages/cran.scm (r-rcppthread): Update to 2.1.6.
Change-Id: I242d8099bdfaf039a3913cf8afc71ebf6335df5f
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6d1f5c18eb..2f9062da13 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6016,14 +6016,14 @@ functions and compiled functions callable by other packages.") (define-public r-rcppthread (package (name "r-rcppthread") - (version "2.1.5") + (version "2.1.6") (source (origin (method url-fetch) (uri (cran-uri "RcppThread" version)) (sha256 (base32 - "0rra7qqbq2y4bj54x76559p5ghpj3r03c4vlpg96phwafwnc2y8m")))) + "1997ka0dd36d79fb4crqq0ar3bgzdv4mw5hd6v2pmq7555g0qiz9")))) (properties `((upstream-name . "RcppThread"))) (build-system r-build-system) (native-inputs (list r-r-rsp)) |