diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-19 11:06:26 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:32 +0100 |
| commit | 6bc9dc960c9ea33282958a82070737ca640f1098 (patch) | |
| tree | 6220d15f226f8cd8e312fcd1cc2859f59695f357 /gnu | |
| parent | 612312526fbcec52ab92556c87849c0044497615 (diff) | |
gnu: r-rcppannoy: Update to 0.0.23.
* gnu/packages/cran.scm (r-rcppannoy): Update to 0.0.23.
[native-inputs]: Add r-rcpp and r-tinytest.
Change-Id: I8d5040fab624dca8ca68478a12ef90695b9b8270
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
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 4022f15456..14e1d60f2b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -30845,18 +30845,19 @@ mathematics.") (define-public r-rcppannoy (package (name "r-rcppannoy") - (version "0.0.22") + (version "0.0.23") (source (origin (method url-fetch) (uri (cran-uri "RcppAnnoy" version)) (sha256 (base32 - "0rcgvmlp3by57k562pbxsncirww1vv8zarfxrjzfgly4hzbj28cz")))) + "1p6iwbkz762p2k3hzjryc19scdxp58jcfbn8gvfbk8whhpcyh0p5")))) (properties `((upstream-name . "RcppAnnoy"))) (build-system r-build-system) (propagated-inputs (list r-rcpp)) + (native-inputs (list r-rcpp r-tinytest)) (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/") (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors") (description |
