guix-commits
[Top][All Lists]
Advanced

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

19/34: gnu: r-uwot: Update to 0.1.4.


From: guix-commits
Subject: 19/34: gnu: r-uwot: Update to 0.1.4.
Date: Sat, 28 Sep 2019 06:33:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4d86ea4aeac6ceb1ccac29106b803231346b9abd
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 28 12:22:18 2019 +0200

    gnu: r-uwot: Update to 0.1.4.
    
    * gnu/packages/cran.scm (r-uwot): Update to 0.1.4.
---
 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 25a646f..1a113e6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14994,14 +14994,14 @@ in R, including a translation of the original 
algorithm into R.")
 (define-public r-uwot
   (package
     (name "r-uwot")
-    (version "0.1.3")
+    (version "0.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "uwot" version))
        (sha256
         (base32
-         "1mq6qi8q9xslh1b99srj480s2a08pfv4bs9m2ykyijj44j9fcdj9"))))
+         "1y9wpzs92d1fl2x5figfywd48lkyhwx37j542z0rf6ckrl46n89n"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-dqrng" ,r-dqrng)



reply via email to

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