guix-commits
[Top][All Lists]
Advanced

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

70/138: gnu: r-uwot: Update to 0.1.11.


From: guix-commits
Subject: 70/138: gnu: r-uwot: Update to 0.1.11.
Date: Wed, 5 Jan 2022 15:24:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8641947eaa5fd850f5ff2c5714fcd355ffc1836a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:25 2022 +0100

    gnu: r-uwot: Update to 0.1.11.
    
    * gnu/packages/cran.scm (r-uwot): Update to 0.1.11.
---
 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 7e0eb35fa6..68166bd723 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18970,14 +18970,14 @@ in R, including a translation of the original 
algorithm into R.")
 (define-public r-uwot
   (package
     (name "r-uwot")
-    (version "0.1.10")
+    (version "0.1.11")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "uwot" version))
        (sha256
         (base32
-         "08vxh085wnrxgwy35ksb4cr7ccjvd98pyr2zlgarqryfgc1bdqbf"))))
+         "06ylzxmdh8jipbrzgqaiivd2lnqmbcva41cyvc0iyals6vqr1ksg"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-dqrng



reply via email to

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