mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
perlPackages.Graph: update from 0.94 to 0.96
This commit is contained in:
parent
223edd8fe4
commit
08be8f66ec
@ -3818,10 +3818,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
Graph = buildPerlPackage rec {
|
||||
name = "Graph-0.94";
|
||||
name = "Graph-0.96";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JH/JHI/${name}.tar.gz";
|
||||
sha256 = "1lyfl9s4mkhahnpxk2z5v6j750jqb4sls56b9rnkl5lni9ms7xgn";
|
||||
sha256 = "09wpiz7v0gv07zb7h8gwgjrwj16cdycs60d08cjlyj1s926zlbl3";
|
||||
};
|
||||
|
||||
buildInputs = [ TestPod TestPodCoverage ];
|
||||
|
Loading…
Reference in New Issue
Block a user