me
/
guix
Archived
1
0
Fork 0

gnu: r-uwot: Update to 0.1.9.

* gnu/packages/cran.scm (r-uwot): Update to 0.1.9.
master
Ricardo Wurmus 2020-12-09 21:59:37 +01:00
parent e458d7b533
commit b71e934478
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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