mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-rcppannoy: Update to 0.0.18.
* gnu/packages/cran.scm (r-rcppannoy): Update to 0.0.18.
This commit is contained in:
parent
1ea8c0e742
commit
1727f6babd
1 changed files with 2 additions and 2 deletions
|
@ -10421,14 +10421,14 @@ (define-public r-weights
|
||||||
(define-public r-rcppannoy
|
(define-public r-rcppannoy
|
||||||
(package
|
(package
|
||||||
(name "r-rcppannoy")
|
(name "r-rcppannoy")
|
||||||
(version "0.0.17")
|
(version "0.0.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppAnnoy" version))
|
(uri (cran-uri "RcppAnnoy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z4dpvk2hmh817709l70jdl1vvnzn0vb9wlr5m8jza24sn9w14ac"))))
|
"0n68cf77gz34iq6w6ad87pbqwqam45nxp1gjzns4g6qhf7qdvrz4"))))
|
||||||
(properties `((upstream-name . "RcppAnnoy")))
|
(properties `((upstream-name . "RcppAnnoy")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue