diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:25:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:29 +0200 |
commit | 52b4703c0812cb713fe39313cd1f799c7fe388ad (patch) | |
tree | f16aab07a7f9fb8f0ff916cff83e1b9c965df1a2 /gnu | |
parent | 3b13b6d77781f6c3e6f614aa89f51b42a209c979 (diff) | |
download | patches-52b4703c0812cb713fe39313cd1f799c7fe388ad.tar patches-52b4703c0812cb713fe39313cd1f799c7fe388ad.tar.gz |
gnu: r-rgraphviz: Update to 2.28.0.
* gnu/packages/graph.scm (r-rgraphviz): Update to 2.28.0.
Diffstat (limited to 'gnu')
-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 5bcc48dbe6..738ba6c455 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -162,14 +162,14 @@ model.") (define-public r-rgraphviz (package (name "r-rgraphviz") - (version "2.26.0") + (version "2.28.0") (source (origin (method url-fetch) (uri (bioconductor-uri "Rgraphviz" version)) (sha256 (base32 - "0bp6517xsih0wng2rgkh9z4r1afqhwl3h04z6ssm7p4cdj0ahm4y")))) + "0nivz8fshaqig6ynjqbya2gmxsy4hm7jnd8fhb853z5g0ydp7g0c")))) (properties `((upstream-name . "Rgraphviz"))) (build-system r-build-system) ;; FIXME: Rgraphviz bundles the sources of an older variant of |