mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-rcpphnsw: Update to 0.4.1.
* gnu/packages/cran.scm (r-rcpphnsw): Update to 0.4.1.
This commit is contained in:
parent
cc5ddcbd6d
commit
7243de5074
1 changed files with 2 additions and 2 deletions
|
@ -13628,14 +13628,14 @@ (define-public r-rcppannoy
|
||||||
(define-public r-rcpphnsw
|
(define-public r-rcpphnsw
|
||||||
(package
|
(package
|
||||||
(name "r-rcpphnsw")
|
(name "r-rcpphnsw")
|
||||||
(version "0.3.0")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppHNSW" version))
|
(uri (cran-uri "RcppHNSW" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01z0plf1i6dyibw4ica8shmijyk1grpqb886hcga72z2cpm4xsx0"))))
|
"0x3w14cz6hkrl8hi6217j0dl65l3yphbzka1dmsvgp3p9waq402g"))))
|
||||||
(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