aboutsummaryrefslogtreecommitdiff
path: root/doc/images/coreutils-graph.dot
blob: ffb62c922d7d01c8bac341534e6dfa14b2c4b19d (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
digraph "Guix package" {
  "72851008" [label = "coreutils-8.25", shape = box, fontname = "dejavu sans"];
  "72851008" -> "49728512" [color = darkseagreen];
  "72851008" -> "74872512" [color = darkseagreen];
  "72851008" -> "53180864" [color = darkseagreen];
  "72851008" -> "75199232" [color = darkseagreen];
  "49728512" [label = "perl-5.24.0", shape = box, fontname = "dejavu sans"];
  "74872512" [label = "acl-2.2.52", shape = box, fontname = "dejavu sans"];
  "74872512" -> "74873280" [color = red];
  "74872512" -> "49728512" [color = red];
  "74872512" -> "74872704" [color = red];
  "74873280" [label = "gettext-minimal-0.19.8.1", shape = box, fontname = "dejavu sans"];
  "74873280" -> "41550784" [color = cyan3];
  "41550784" [label = "expat-2.2.0", shape = box, fontname = "dejavu sans"];
  "74872704" [label = "attr-2.4.47", shape = box, fontname = "dejavu sans"];
  "74872704" -> "74873280" [color = cyan3];
  "74872704" -> "49728512" [color = cyan3];
  "53180864" [label = "gmp-6.1.1", shape = box, fontname = "dejavu sans"];
  "53180864" -> "50262784" [color = darkgoldenrod];
  "50262784" [label = "m4-1.4.17", shape = box, fontname = "dejavu sans"];
  "75199232" [label = "libcap-2.24", shape = box, fontname = "dejavu sans"];
  "75199232" -> "49728512" [color = blue];
  "75199232" -> "74872704" [color = blue];

}
on-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> nikita ref='/guix/commit/gnu/packages/aspell.scm?id=ecc8c5d4340501a7ffcb0333edbc83765c9d0a1c'>gnu: aspell-dict-da: Update to 1.6.36-11-0....* gnu/packages/aspell.scm (aspell-dict-da): Update to 1.6.36-11-0. Tobias Geerinckx-Rice 2020-02-03Merge branch 'staging' into core-updatesMarius Bakke 2020-02-02gnu: Add Slovenian Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-sl): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Timotej Lazar 2019-11-16Merge remote-tracking branch master into core-updatesMathieu Othacehe 2019-11-14gnu: aspell: Update to 0.60.8....* gnu/packages/aspell.scm (aspell): Update to 0.60.8. [source]: Remove "aspell-gcc-compat.patch". * gnu/packages/patches/aspell-gcc-compat.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Ludovic Courtès 2019-11-14gnu: aspell: Truly honor $ASPELL_DICT_DIR....Fixes <https://bugs.gnu.org/29686>. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * gnu/packages/aspell.scm (aspell)[arguments]: Remove 'wrap-aspell' phase. * gnu/packages/patches/aspell-default-dict-dir.patch: Add hunk to expand the right-hand size of '|' in values like "<$FOO|$BAR/baz>". Change DICT_DIR to refer to "$HOME" on the right-hand side. Ludovic Courtès 2019-11-03gnu: aspell-dict-ca: Update to 2.5.0....* gnu/packages/aspell.scm (aspell-dict-ca): Update to 2.5.0. Tobias Geerinckx-Rice 2019-10-16Revert "gnu: aspell: Update to 0.60.8."...This reverts commit 4fcb6a3558b4212462c7c2afd2f5a834342f41be. aspell causes about 1400 packages to be rebuilt. Efraim Flashner 2019-10-16gnu: aspell-dict-pt-pt: Upgrade to 20190329-1-0....* gnu/packages/aspell.scm (aspell-dict-pt-pt): Upgrade to 20190329-1-0. Efraim Flashner 2019-10-16gnu: aspell-dict-pt-br: Upgrade to 20131030-12-0....* gnu/packages/aspell.scm (aspell-dict-pt-br): Upgrade to 20131030-12-0. Efraim Flashner 2019-10-16gnu: aspell-dict-en: Upgrade to 2019.10.06-0....* gnu/packages/aspell.scm (aspell-dict-en): Upgrade to 2019.10.06-0. Efraim Flashner 2019-10-16gnu: aspell-dict-de: Update to 20161207-7-0....* gnu/packages/aspell.scm (aspell-dict-de): Update to 20161207-7-0. Efraim Flashner 2019-10-16gnu: aspell: Update to 0.60.8....* gnu/packages/aspell.scm (aspell): Update to 0.60.8. [source]: Remove patch. * gnu/packages/patches/aspell-gcc-compat.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner