gnu: r-umap: Update to 0.2.4.1.

* gnu/packages/cran.scm (r-umap): Update to 0.2.4.1.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:43:14 +01:00
parent 697e103ad0
commit 82ab1f4ca8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -15346,14 +15346,14 @@ easily.")
(define-public r-umap
(package
(name "r-umap")
(version "0.2.4.0")
(version "0.2.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "umap" version))
(sha256
(base32
"1dzbwq96k5vqr64wk6s26ks4311h570xg6gf0prr4vnn033pqnch"))))
"1pnh3hv8ihiz2nszqp797lkrdhhna2a6mzpizbsk0s9m8cj4wxva"))))
(build-system r-build-system)
(propagated-inputs
`(("r-openssl" ,r-openssl)