gnu: r-umap: Update to 0.2.4.0.

* gnu/packages/cran.scm (r-umap): Update to 0.2.4.0.
This commit is contained in:
Ricardo Wurmus 2019-12-09 18:08:08 +01:00
parent 88fdfd792f
commit ca0b340142
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15127,14 +15127,14 @@ (define-public r-xgboost
(define-public r-umap
(package
(name "r-umap")
(version "0.2.3.1")
(version "0.2.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "umap" version))
(sha256
(base32
"0rzz1s029cn1w1bf5va2pav2lg9j1mq97ibwcln39drvm67kj76d"))))
"1dzbwq96k5vqr64wk6s26ks4311h570xg6gf0prr4vnn033pqnch"))))
(build-system r-build-system)
(propagated-inputs
`(("r-openssl" ,r-openssl)