diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-15 23:04:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-15 23:11:29 +0200 |
commit | 3d2a9c8c8e65ed12e8395e744d3759fa2dd2edb8 (patch) | |
tree | 3c8713642ef886cef25cb82305fc695b19696c8d /doc/images/coreutils-graph.dot | |
parent | d96034ed697bcbac90b65304a08c90c5a0b08e33 (diff) | |
download | patches-3d2a9c8c8e65ed12e8395e744d3759fa2dd2edb8.tar patches-3d2a9c8c8e65ed12e8395e744d3759fa2dd2edb8.tar.gz |
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'.
Diffstat (limited to 'doc/images/coreutils-graph.dot')
-rw-r--r-- | doc/images/coreutils-graph.dot | 42 |
1 files changed, 22 insertions, 20 deletions
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]; } |