3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rcpphnsw: Update to 0.2.0.

* gnu/packages/cran.scm (r-rcpphnsw): Update to 0.2.0.
This commit is contained in:
Ricardo Wurmus 2019-09-28 12:21:51 +02:00
parent 6b286750d9
commit 7c27558ad7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8943,14 +8943,14 @@ This package provides an R interface.")
(define-public r-rcpphnsw
(package
(name "r-rcpphnsw")
(version "0.1.0")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppHNSW" version))
(sha256
(base32
"158a069n42pbnjrlmvqsr6bm2cfp9hxpnk3nhp3dwi9qjlq4r9bm"))))
"0gqdkw7vkcm544rz45g0hplg836ygzbfwk9gh9wr0817icvdb3qv"))))
(properties `((upstream-name . "RcppHNSW")))
(build-system r-build-system)
(propagated-inputs `(("r-rcpp" ,r-rcpp)))