guix-commits
[Top][All Lists]
Advanced

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

110/112: gnu: r-rgraphviz: Update to 2.24.0.


From: Ricardo Wurmus
Subject: 110/112: gnu: r-rgraphviz: Update to 2.24.0.
Date: Sat, 2 Jun 2018 07:40:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7799a01ef1b36c2a0f20ee07981bb5cd7fd64313
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 13:35:58 2018 +0200

    gnu: r-rgraphviz: Update to 2.24.0.
    
    * gnu/packages/graph.scm (r-rgraphviz): Update to 2.24.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 a9ee949..b393919 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -155,14 +155,14 @@ model.")
 (define-public r-rgraphviz
   (package
     (name "r-rgraphviz")
-    (version "2.22.0")
+    (version "2.24.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rgraphviz" version))
        (sha256
         (base32
-         "1y9nyjffa9644jch0p2i3w302fmnyc2kb0c3z1f3d5zp1p4qmyqv"))))
+         "1037hzfxxcn46w6y88wm3kk2nixj0s8bk0hkmnshpxih3kmnvqby"))))
     (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]