mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-umap: Update to 0.2.6.0.
* gnu/packages/cran.scm (r-umap): Update to 0.2.6.0.
This commit is contained in:
parent
4a55cc48b8
commit
22f8260ba1
1 changed files with 2 additions and 2 deletions
|
@ -15957,14 +15957,14 @@ (define-public r-xgboost
|
||||||
(define-public r-umap
|
(define-public r-umap
|
||||||
(package
|
(package
|
||||||
(name "r-umap")
|
(name "r-umap")
|
||||||
(version "0.2.5.0")
|
(version "0.2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "umap" version))
|
(uri (cran-uri "umap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qp8zbh6fn8kn6q2h2lyjgmq3pr6gqwsd8ymqx25px13zjhxch9d"))))
|
"0zajn2sk705sckljxl5vz4q2sxpsqim2grmjq2jwwc8ysr1h2s9f"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-openssl" ,r-openssl)
|
`(("r-openssl" ,r-openssl)
|
||||||
|
|
Loading…
Reference in a new issue