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 @@ (define-public r-rcppannoy
(define-public r-rcpphnsw
(package
(name "r-rcpphnsw")
(version "0.4.1")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppHNSW" version))
(sha256
(base32
"0x3w14cz6hkrl8hi6217j0dl65l3yphbzka1dmsvgp3p9waq402g"))))
"0sb9g41lk2f7fj0hpg9qvyp6gbvwlcjpi9gxs3lh3xxfzrnap5w9"))))
(properties `((upstream-name . "RcppHNSW")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))