rekado pushed a commit to branch r-team in repository guix. commit ec5951f083801d503f4560ddd2a6082dce2f4304 Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Tue May 13 10:25:56 2025 +0200
gnu: r-r-cache: Update to 0.17.0. * gnu/packages/statistics.scm (r-r-cache): Update to 0.17.0. Change-Id: Iab4a74bda2949e140e01cc98aa1539ca4c043725 --- gnu/packages/statistics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index f2248dbd17..4b4d5664dc 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1869,13 +1869,13 @@ developing R packages.") (define-public r-r-cache (package (name "r-r-cache") - (version "0.16.0") + (version "0.17.0") (source (origin (method url-fetch) (uri (cran-uri "R.cache" version)) (sha256 (base32 - "14cja0d78mzipb94cwgdl00k5r7awjclzxl30c77j6jpc68l0lvq")))) + "089dh928a42q2ymf1cvan3rxrh4whal4zk6z5khmplgd28r9arg2")))) (properties `((upstream-name . "R.cache"))) (build-system r-build-system) (arguments