1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Update perl CPAN GraphViz package to work with latest graphviz.

This commit is contained in:
Karn Kallio 2014-02-03 15:34:34 -04:30 committed by Peter Simons
parent 1739fcf612
commit e1b422d348

View file

@ -3712,10 +3712,10 @@ let self = _self // overrides; _self = with self; {
};
GraphViz = buildPerlPackage rec {
name = "GraphViz-2.04";
name = "GraphViz-2.15";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LB/LBROCARD/${name}.tar.gz";
sha256 = "1gxpajd49pb9w9ka7nq5477my8snp3myrgiarnk6hj922jpn62xd";
url = "mirror://cpan/authors/id/R/RS/RSAVAGE/${name}.tgz";
sha256 = "0ngm90vd1ymrm2c9k4dbgzpbip501gklll32l9jsj8j00x845iz2";
};
# XXX: It'd be nicer it `GraphViz.pm' could record the path to graphviz.