guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/47: gnu: r-umap: Update to 0.2.3.1.


From: guix-commits
Subject: 33/47: gnu: r-umap: Update to 0.2.3.1.
Date: Mon, 2 Sep 2019 08:41:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8bcd6c953a7b3a1cb59189810a314794f7cc3bdf
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 2 14:34:38 2019 +0200

    gnu: r-umap: Update to 0.2.3.1.
    
    * gnu/packages/cran.scm (r-umap): Update to 0.2.3.1.
    [propagated-inputs]: Add r-openssl.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 77eb0c3..3470ad5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14813,17 +14813,18 @@ easily.")
 (define-public r-umap
   (package
     (name "r-umap")
-    (version "0.2.2.0")
+    (version "0.2.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "umap" version))
        (sha256
         (base32
-         "1s82w9gy1387h7cprjfbhp49l89zbmn3gc9s0wzqb1s73nza9n31"))))
+         "0rzz1s029cn1w1bf5va2pav2lg9j1mq97ibwcln39drvm67kj76d"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-rcpp" ,r-rcpp)
+     `(("r-openssl" ,r-openssl)
+       ("r-rcpp" ,r-rcpp)
        ("r-reticulate" ,r-reticulate)
        ("r-rspectra" ,r-rspectra)))
     (home-page "https://github.com/tkonopka/umap";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]