mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
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:
parent
88fdfd792f
commit
ca0b340142
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue