[cpan2nix] perlPackages.ExtUtilsMakeMakerCPANfile: 0.08 -> 0.09
This commit is contained in:
parent
57d3245d2f
commit
ae12897a39
|
@ -5404,10 +5404,10 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
ExtUtilsMakeMakerCPANfile = buildPerlPackage rec {
|
ExtUtilsMakeMakerCPANfile = buildPerlPackage rec {
|
||||||
name = "ExtUtils-MakeMaker-CPANfile-0.08";
|
name = "ExtUtils-MakeMaker-CPANfile-0.09";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/ExtUtils-MakeMaker-CPANfile-0.08.tar.gz;
|
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/ExtUtils-MakeMaker-CPANfile-0.09.tar.gz;
|
||||||
sha256 = "0yg2z4six807lraqh8ncsq6l62vj7zi0a38ha9nvmhd6lbipmsql";
|
sha256 = "0xg2z100vjhcndwaz9m3mmi90rb8h5pggpvlj1b0i8dhsh3pc1rc";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ModuleCPANfile ];
|
propagatedBuildInputs = [ ModuleCPANfile ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue