[cpan2nix] perlPackages.ModuleBuild: 0.4224 -> 0.4229

This commit is contained in:
volth 2019-04-22 01:07:31 +00:00
parent 78f07270ef
commit dc14eacde8
1 changed files with 2 additions and 2 deletions

View File

@ -9686,10 +9686,10 @@ let
}; };
ModuleBuild = buildPerlPackage rec { ModuleBuild = buildPerlPackage rec {
name = "Module-Build-0.4224"; name = "Module-Build-0.4229";
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 = "10n7ggpmicwq1n503pg7kiwslda0bz48azzjvc7vb9s4hbbibjm6"; sha256 = "064c03wxia7jz0i578awj4srykj0nnigm4p5r0dv0559rnk93r0z";
}; };
meta = { meta = {
description = "Build and install Perl modules"; description = "Build and install Perl modules";