mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-umap: Update to 0.2.10.0.
* gnu/packages/cran.scm (r-umap): Update to 0.2.10.0.
This commit is contained in:
parent
a48404a0a1
commit
41086efde7
1 changed files with 2 additions and 2 deletions
|
@ -22799,14 +22799,14 @@ (define-public r-xgboost
|
|||
(define-public r-umap
|
||||
(package
|
||||
(name "r-umap")
|
||||
(version "0.2.9.0")
|
||||
(version "0.2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "umap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1282v09kpds83mlr7kz06k8a40ji15hw85p30vrnp1g6w64w26sm"))))
|
||||
"1abfddi0rq75b7nlx6550fx9nrqa62vb92xyp05ris25jf98ciwd"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-matrix r-openssl r-rcpp r-reticulate r-rspectra))
|
||||
|
|
Loading…
Reference in a new issue