diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:44:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:44:43 +0200 |
commit | e0f897035779f3344dc2553aa10f3a4465d290e3 (patch) | |
tree | ab39d10c892b627b8e057110f16d0f8c7ad83727 /gnu/packages/graph.scm | |
parent | a13c1bf4ca0b15fa53235c2bd6aa53e4a75c7d0f (diff) | |
parent | 92963798a6b81989c52bc199ef224605d9b90063 (diff) | |
download | guix-e0f897035779f3344dc2553aa10f3a4465d290e3.tar guix-e0f897035779f3344dc2553aa10f3a4465d290e3.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r-- | gnu/packages/graph.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index a9ee949855..b393919e66 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 |