gnu: r-umap: Update to 0.2.7.0.
* gnu/packages/cran.scm (r-umap): Update to 0.2.7.0.
This commit is contained in:
parent
8d459d27e0
commit
e458d7b533
1 changed files with 2 additions and 2 deletions
|
@ -16650,14 +16650,14 @@ easily.")
|
||||||
(define-public r-umap
|
(define-public r-umap
|
||||||
(package
|
(package
|
||||||
(name "r-umap")
|
(name "r-umap")
|
||||||
(version "0.2.6.0")
|
(version "0.2.7.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
|
||||||
"0zajn2sk705sckljxl5vz4q2sxpsqim2grmjq2jwwc8ysr1h2s9f"))))
|
"191vpy84s0bar06y9z1qx43x2kc4qp7lmrcmd0cvz2pnzq722jab"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-openssl" ,r-openssl)
|
`(("r-openssl" ,r-openssl)
|
||||||
|
|
Reference in a new issue