gnu: r-rcpphnsw: Update to 0.5.0.

* gnu/packages/cran.scm (r-rcpphnsw): Update to 0.5.0.
This commit is contained in:
Ricardo Wurmus 2023-10-05 13:34:47 +02:00
parent f8d59b3c58
commit ab2d831a0e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -17174,14 +17174,14 @@ This package provides an R interface.")
(define-public r-rcpphnsw (define-public r-rcpphnsw
(package (package
(name "r-rcpphnsw") (name "r-rcpphnsw")
(version "0.4.1") (version "0.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RcppHNSW" version)) (uri (cran-uri "RcppHNSW" version))
(sha256 (sha256
(base32 (base32
"0x3w14cz6hkrl8hi6217j0dl65l3yphbzka1dmsvgp3p9waq402g")))) "0sb9g41lk2f7fj0hpg9qvyp6gbvwlcjpi9gxs3lh3xxfzrnap5w9"))))
(properties `((upstream-name . "RcppHNSW"))) (properties `((upstream-name . "RcppHNSW")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-rcpp)) (propagated-inputs (list r-rcpp))