perl-MooseX-Getopt: 0.68 -> 0.69

This commit is contained in:
Robert Helgesson 2016-04-24 21:56:34 +02:00
parent 095e57ab76
commit 5d356d5898

View File

@ -8325,12 +8325,12 @@ let self = _self // overrides; _self = with self; {
};
MooseXGetopt = buildPerlPackage rec {
name = "MooseX-Getopt-0.68";
name = "MooseX-Getopt-0.69";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "acb5118b4666352e58d4268040869d7dc2b68968fe26b5dd6715f51ebd784483";
sha256 = "0ef348a5edb8aca9a8bf4aff9dbcc2ac4281682fdc65b210b3c87cffd7501308";
};
buildInputs = [ CPANMeta ModuleBuildTiny ModuleRuntime Moose PathTiny TestDeep TestFatal TestRequires TestTrap TestWarnings if_ ];
buildInputs = [ ModuleBuildTiny Moose PathTiny TestDeep TestFatal TestRequires TestTrap TestWarnings self."if" ];
propagatedBuildInputs = [ GetoptLongDescriptive Moose MooseXRoleParameterized TryTiny namespaceautoclean ];
meta = {
homepage = https://github.com/moose/MooseX-Getopt;