mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-rcpphnsw: Update to 0.6.0.
* gnu/packages/cran.scm (r-rcpphnsw): Update to 0.6.0. Change-Id: Id6e99e2a081b73711f3e4f64a00c0d205a8aa9f5
This commit is contained in:
parent
14b61713ee
commit
9cdf115a21
1 changed files with 2 additions and 2 deletions
|
@ -18226,14 +18226,14 @@ (define-public r-rcppannoy
|
||||||
(define-public r-rcpphnsw
|
(define-public r-rcpphnsw
|
||||||
(package
|
(package
|
||||||
(name "r-rcpphnsw")
|
(name "r-rcpphnsw")
|
||||||
(version "0.5.0")
|
(version "0.6.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
|
||||||
"0sb9g41lk2f7fj0hpg9qvyp6gbvwlcjpi9gxs3lh3xxfzrnap5w9"))))
|
"03sqzz1993jsjm5vpyd1n1fpsrdfrky6dpv7m9ialhs1m00fv9m5"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue