1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Ricardo Wurmus
2026-01-19 11:06:26 +01:00
committed by Rutherther
parent 612312526f
commit 6bc9dc960c

View File

@@ -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