guix-commits
[Top][All Lists]
Advanced

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

116/212: gnu: r-umap: Update to 0.2.10.0.


From: guix-commits
Subject: 116/212: gnu: r-umap: Update to 0.2.10.0.
Date: Sat, 18 Feb 2023 14:01:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 41086efde7e030bb4e92ccc9ff3340897ae59f53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:44 2023 +0100

    gnu: r-umap: Update to 0.2.10.0.
    
    * gnu/packages/cran.scm (r-umap): Update to 0.2.10.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 834e12f21f..f98c4616de 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22799,14 +22799,14 @@ easily.")
 (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))



reply via email to

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