guix-commits
[Top][All Lists]
Advanced

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

86/150: gnu: r-uwot: Update to 0.1.10.


From: guix-commits
Subject: 86/150: gnu: r-uwot: Update to 0.1.10.
Date: Wed, 20 Jan 2021 11:21:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2cce04d5a1e19947dd9b5e25534c288876ef4c28
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:11:52 2021 +0100

    gnu: r-uwot: Update to 0.1.10.
    
    * gnu/packages/cran.scm (r-uwot): Update to 0.1.10.
---
 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 f510add..46ca874 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16783,14 +16783,14 @@ in R, including a translation of the original 
algorithm into R.")
 (define-public r-uwot
   (package
     (name "r-uwot")
-    (version "0.1.9")
+    (version "0.1.10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "uwot" version))
        (sha256
         (base32
-         "1iqvircvlxyd68n5279a0cwn5rc3pshxs7w1gqrns9c602xd6mhy"))))
+         "08vxh085wnrxgwy35ksb4cr7ccjvd98pyr2zlgarqryfgc1bdqbf"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-dqrng" ,r-dqrng)



reply via email to

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