guix-commits
[Top][All Lists]
Advanced

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

80/174: gnu: r-uwot: Update to 0.1.16.


From: guix-commits
Subject: 80/174: gnu: r-uwot: Update to 0.1.16.
Date: Tue, 11 Jul 2023 14:48:24 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit bb2624621f9e775e7b9941b4aba31ff3e689610d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:27 2023 +0200

    gnu: r-uwot: Update to 0.1.16.
    
    * gnu/packages/cran.scm (r-uwot): Update to 0.1.16.
---
 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 cfa9a0eccf..8abf4ba1e8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24740,14 +24740,14 @@ in R, including a translation of the original 
algorithm into R.")
 (define-public r-uwot
   (package
     (name "r-uwot")
-    (version "0.1.14")
+    (version "0.1.16")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "uwot" version))
        (sha256
         (base32
-         "1q4z98w3pkc51vrcpmwaibnwmlm17zjcnh0qlx660wky5ccyh5l0"))))
+         "0j4f7vnb3mwf6p4nhg2limy7i32qrcj2gxbs8wsq9c6xxpcs0qsz"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-dqrng



reply via email to

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