guix-commits
[Top][All Lists]
Advanced

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

12/265: gnu: r-rgraphviz: Update to 2.30.0.


From: guix-commits
Subject: 12/265: gnu: r-rgraphviz: Update to 2.30.0.
Date: Sun, 15 Dec 2019 09:39:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit dbfce8ff5b76700da34753d302f8aae0a2c114c4
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 14 19:36:04 2019 +0100

    gnu: r-rgraphviz: Update to 2.30.0.
    
    * gnu/packages/graph.scm (r-rgraphviz): Update to 2.30.0.
---
 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 52db619..4095926 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -165,14 +165,14 @@ model.")
 (define-public r-rgraphviz
   (package
     (name "r-rgraphviz")
-    (version "2.28.0")
+    (version "2.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rgraphviz" version))
        (sha256
         (base32
-         "0nivz8fshaqig6ynjqbya2gmxsy4hm7jnd8fhb853z5g0ydp7g0c"))))
+         "00lrkbgbb4payybckcmazsv8skysgdlglyqbl7yjb37vv3gnfc6c"))))
     (properties `((upstream-name . "Rgraphviz")))
     (build-system r-build-system)
     ;; FIXME: Rgraphviz bundles the sources of an older variant of



reply via email to

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