me
/
guix
Archived
1
0
Fork 0

gnu: r-uwot: Update to 0.1.5.

* gnu/packages/cran.scm (r-uwot): Update to 0.1.5.
master
Ricardo Wurmus 2019-12-06 21:38:41 +01:00
parent 96fe120b4e
commit d8d606300c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15150,14 +15150,14 @@ in R, including a translation of the original algorithm into R.")
(define-public r-uwot
(package
(name "r-uwot")
(version "0.1.4")
(version "0.1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "uwot" version))
(sha256
(base32
"1y9wpzs92d1fl2x5figfywd48lkyhwx37j542z0rf6ckrl46n89n"))))
"0pz9wa89xq4d119q86lskrznf979m0r1db8iaprcz7kxbi6b8lrj"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dqrng" ,r-dqrng)