mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rann: Update to 2.6.2.
* gnu/packages/statistics.scm (r-rann): Update to 2.6.2. Change-Id: I4be5c6a4f63f5bd572d8b35637ee68c65c89a428
This commit is contained in:
parent
09a6994e38
commit
4c60a9d5c2
1 changed files with 2 additions and 2 deletions
|
@ -5419,13 +5419,13 @@ dispersion modeling and Tweedie power-law families.")
|
||||||
(define-public r-rann
|
(define-public r-rann
|
||||||
(package
|
(package
|
||||||
(name "r-rann")
|
(name "r-rann")
|
||||||
(version "2.6.1")
|
(version "2.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RANN" version))
|
(uri (cran-uri "RANN" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10kid40w9w7vkz2hpcfkdpxr4afxzms5dzvfwr0sl5xynzgw76dj"))))
|
"0wlpkf6vilw871ac2bxy5nr790cfs6sax5k8m0fhasxbansxbxvf"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "RANN")))
|
`((upstream-name . "RANN")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue