guix-commits
[Top][All Lists]
Advanced

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

30/151: gnu: r-rgraphviz: Update to 2.26.0.


From: Ricardo Wurmus
Subject: 30/151: gnu: r-rgraphviz: Update to 2.26.0.
Date: Wed, 7 Nov 2018 06:28:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 269182b0f119a3d8cb2c5ca35e2c176c94c6159e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 11:52:27 2018 +0100

    gnu: r-rgraphviz: Update to 2.26.0.
    
    * gnu/packages/graph.scm (r-rgraphviz): Update to 2.26.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 cb31471..67b306d 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -156,14 +156,14 @@ model.")
 (define-public r-rgraphviz
   (package
     (name "r-rgraphviz")
-    (version "2.24.0")
+    (version "2.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rgraphviz" version))
        (sha256
         (base32
-         "1037hzfxxcn46w6y88wm3kk2nixj0s8bk0hkmnshpxih3kmnvqby"))))
+         "0bp6517xsih0wng2rgkh9z4r1afqhwl3h04z6ssm7p4cdj0ahm4y"))))
     (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]