[cpan2nix] perlPackages.GraphViz: 2.18 -> 2.24

This commit is contained in:
volth 2018-04-07 07:57:27 +00:00
parent 854428b23b
commit 9e96a19fcf

View File

@ -6417,15 +6417,15 @@ let self = _self // overrides; _self = with self; {
};
GraphViz = buildPerlPackage rec {
name = "GraphViz-2.18";
name = "GraphViz-2.24";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RS/RSAVAGE/${name}.tgz";
sha256 = "1zdgdd42ywg7bklysd8p8dra66q64vlm4fmnj5gjslp98cm02p9h";
sha256 = "1bgm4a8kan53r30qiknr4kasvhar1khf7vq064l1inzfrp2glpnr";
};
# XXX: It'd be nicer it `GraphViz.pm' could record the path to graphviz.
buildInputs = [ pkgs.graphviz ];
propagatedBuildInputs = [ IPCRun TestMore ];
buildInputs = [ pkgs.graphviz TestPod ];
propagatedBuildInputs = [ FileWhich IPCRun ParseRecDescent XMLTwig XMLXPath ];
meta = with stdenv.lib; {
description = "Perl interface to the GraphViz graphing tool";