me
/
guix
Archived
1
0
Fork 0

gnu: r-uwot: Update to 0.1.10.

* gnu/packages/cran.scm (r-uwot): Update to 0.1.10.
master
Ricardo Wurmus 2021-01-20 17:11:52 +01:00
parent 99ccf36481
commit 2cce04d5a1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16783,14 +16783,14 @@ in R, including a translation of the original algorithm into R.")
(define-public r-uwot
(package
(name "r-uwot")
(version "0.1.9")
(version "0.1.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "uwot" version))
(sha256
(base32
"1iqvircvlxyd68n5279a0cwn5rc3pshxs7w1gqrns9c602xd6mhy"))))
"08vxh085wnrxgwy35ksb4cr7ccjvd98pyr2zlgarqryfgc1bdqbf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dqrng" ,r-dqrng)