From 0e1d9905e2566d02ede8cdcfd21e32960c6ec8bf Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 20 Jan 2026 07:17:22 +0100 Subject: [PATCH] gnu: r-rcppthread: Update to 2.3.0. * gnu/packages/cran.scm (r-rcppthread): Update to 2.3.0. Change-Id: I81d36a22d619be0dec52af70c7dd3122671bf74a --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index db98ea8ee2e..57a646a3950 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16035,14 +16035,14 @@ functions and compiled functions callable by other packages.") (define-public r-rcppthread (package (name "r-rcppthread") - (version "2.2.0") + (version "2.3.0") (source (origin (method url-fetch) (uri (cran-uri "RcppThread" version)) (sha256 (base32 - "0dwd0nlfy3c525y4yk5j6xaqj74hd146fmkqw8j9ky1z12p5p0s4")))) + "0l3km4b3647gddlrkzl45vcqcj08px3jwv3fvdp8fmyb53qlpypm")))) (properties `((upstream-name . "RcppThread"))) (build-system r-build-system) ;; For unknown reasons r-r-rsp is not found when building vignettes.