gnu: r-rcppannoy: Update to 0.0.19.
* gnu/packages/cran.scm (r-rcppannoy): Update to 0.0.19.
This commit is contained in:
parent
b28d6cb773
commit
ab14e917fe
1 changed files with 2 additions and 2 deletions
|
@ -11715,14 +11715,14 @@ address a bug.")
|
||||||
(define-public r-rcppannoy
|
(define-public r-rcppannoy
|
||||||
(package
|
(package
|
||||||
(name "r-rcppannoy")
|
(name "r-rcppannoy")
|
||||||
(version "0.0.18")
|
(version "0.0.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppAnnoy" version))
|
(uri (cran-uri "RcppAnnoy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n68cf77gz34iq6w6ad87pbqwqam45nxp1gjzns4g6qhf7qdvrz4"))))
|
"12k8ny981dmky5js8yl6bih5r5mq3w43f2f9admhkwqn0n80kcl9"))))
|
||||||
(properties `((upstream-name . "RcppAnnoy")))
|
(properties `((upstream-name . "RcppAnnoy")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue