gnu: r-uwot: Update to 0.1.16.
* gnu/packages/cran.scm (r-uwot): Update to 0.1.16.
This commit is contained in:
parent
b13c386550
commit
bf7388bcb2
1 changed files with 2 additions and 2 deletions
|
@ -24740,14 +24740,14 @@ in R, including a translation of the original algorithm into R.")
|
||||||
(define-public r-uwot
|
(define-public r-uwot
|
||||||
(package
|
(package
|
||||||
(name "r-uwot")
|
(name "r-uwot")
|
||||||
(version "0.1.14")
|
(version "0.1.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "uwot" version))
|
(uri (cran-uri "uwot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q4z98w3pkc51vrcpmwaibnwmlm17zjcnh0qlx660wky5ccyh5l0"))))
|
"0j4f7vnb3mwf6p4nhg2limy7i32qrcj2gxbs8wsq9c6xxpcs0qsz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-dqrng
|
(list r-dqrng
|
||||||
|
|
Reference in a new issue