[cpan2nix] perlPackages.ModuleBuild: 0.4222 -> 0.4224

This commit is contained in:
volth 2018-04-07 07:52:29 +00:00
parent 6646bcf3fe
commit 3dcc785009

View File

@ -8896,12 +8896,11 @@ let self = _self // overrides; _self = with self; {
}; };
ModuleBuild = buildPerlPackage rec { ModuleBuild = buildPerlPackage rec {
name = "Module-Build-0.4222"; name = "Module-Build-0.4224";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/L/LE/LEONT/${name}.tar.gz"; url = "mirror://cpan/authors/id/L/LE/LEONT/${name}.tar.gz";
sha256 = "0q5i03lbx52g22bwvyb04ycky4niq379j1c3fhmlfdj7lzclajz7"; sha256 = "10n7ggpmicwq1n503pg7kiwslda0bz48azzjvc7vb9s4hbbibjm6";
}; };
buildInputs = [ CPANMeta ExtUtilsCBuilder ];
meta = { meta = {
description = "Build and install Perl modules"; description = "Build and install Perl modules";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];