guix-commits
[Top][All Lists]
Advanced

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

23/103: gnu: r-diffusionmap: Update to 1.1-0.1.


From: Ricardo Wurmus
Subject: 23/103: gnu: r-diffusionmap: Update to 1.1-0.1.
Date: Wed, 5 Sep 2018 14:03:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c273bcdfce1f1cac53990e6c26455fb6a749763f
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 14:22:33 2018 +0200

    gnu: r-diffusionmap: Update to 1.1-0.1.
    
    * gnu/packages/graph.scm (r-diffusionmap): Update to 1.1-0.1.
---
 gnu/packages/graph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index b393919..998e4ea 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -130,14 +130,14 @@ more.")
 (define-public r-diffusionmap
   (package
     (name "r-diffusionmap")
-    (version "1.1-0")
+    (version "1.1-0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "diffusionMap" version))
        (sha256
         (base32
-         "1l985q2hfc8ss5afajik4p25dx628yikvhdimz5s0pql800q2yv3"))))
+         "11l4kbciawvli5nlsi4qaf8afmgk5xgqiqpdyhvaqri5mx0zhk5j"))))
     (properties `((upstream-name . "diffusionMap")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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