From 3d2a9c8c8e65ed12e8395e744d3759fa2dd2edb8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 15 Oct 2015 23:04:00 +0200 Subject: doc: Regenerate 'guix graph' examples. * doc/images/coreutils-bag-graph.dot, doc/images/coreutils-graph.dot: Regenerate from current packages. This removes the weird dependency on 'sed'. --- doc/images/coreutils-graph.dot | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'doc/images/coreutils-graph.dot') diff --git a/doc/images/coreutils-graph.dot b/doc/images/coreutils-graph.dot index f9a08a83ed..cb0622a427 100644 --- a/doc/images/coreutils-graph.dot +++ b/doc/images/coreutils-graph.dot @@ -1,23 +1,25 @@ digraph "Guix package" { - "50639808" [label = "coreutils-8.24", shape = box, fontname = Helvetica]; - "50639808" -> "31984640" [color = red]; - "50639808" -> "50641344" [color = red]; - "50639808" -> "38428672" [color = red]; - "31984640" [label = "perl-5.16.1", shape = box, fontname = Helvetica]; - "50641344" [label = "acl-2.2.52", shape = box, fontname = Helvetica]; - "50641344" -> "50641728" [color = red]; - "50641344" -> "31984640" [color = red]; - "50641344" -> "50640768" [color = red]; - "50641344" -> "50641536" [color = red]; - "50641728" [label = "gettext-0.19.5", shape = box, fontname = Helvetica]; - "50641728" -> "50530368" [color = red]; - "50530368" [label = "expat-2.1.0", shape = box, fontname = Helvetica]; - "50640768" [label = "sed-4.2.2", shape = box, fontname = Helvetica]; - "50641536" [label = "attr-2.4.46", shape = box, fontname = Helvetica]; - "50641536" -> "50641728" [color = red]; - "50641536" -> "31984640" [color = red]; - "38428672" [label = "gmp-6.0.0a", shape = box, fontname = Helvetica]; - "38428672" -> "38431168" [color = red]; - "38431168" [label = "m4-1.4.17", shape = box, fontname = Helvetica]; + "70481600" [label = "coreutils-8.24", shape = box, fontname = Helvetica]; + "70481600" -> "50717824" [color = red]; + "70481600" -> "57499200" [color = red]; + "70481600" -> "57496320" [color = red]; + "70481600" -> "69877504" [color = red]; + "50717824" [label = "perl-5.16.1", shape = box, fontname = Helvetica]; + "57499200" [label = "acl-2.2.52", shape = box, fontname = Helvetica]; + "57499200" -> "70563904" [color = red]; + "57499200" -> "50717824" [color = red]; + "57499200" -> "70563520" [color = red]; + "70563904" [label = "gettext-0.19.6", shape = box, fontname = Helvetica]; + "70563904" -> "69316352" [color = red]; + "69316352" [label = "expat-2.1.0", shape = box, fontname = Helvetica]; + "70563520" [label = "attr-2.4.46", shape = box, fontname = Helvetica]; + "70563520" -> "70563904" [color = red]; + "70563520" -> "50717824" [color = red]; + "57496320" [label = "gmp-6.0.0a", shape = box, fontname = Helvetica]; + "57496320" -> "57498432" [color = red]; + "57498432" [label = "m4-1.4.17", shape = box, fontname = Helvetica]; + "69877504" [label = "libcap-2.24", shape = box, fontname = Helvetica]; + "69877504" -> "50717824" [color = red]; + "69877504" -> "70563520" [color = red]; } -- cgit v1.2.3