forked from mirrors/nixpkgs
perl-MooseX-Getopt: 0.69 -> 0.70
This commit is contained in:
parent
acb5d7c8e4
commit
5b77c33c27
|
@ -8354,12 +8354,12 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
MooseXGetopt = buildPerlPackage rec {
|
||||
name = "MooseX-Getopt-0.69";
|
||||
name = "MooseX-Getopt-0.70";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "0ef348a5edb8aca9a8bf4aff9dbcc2ac4281682fdc65b210b3c87cffd7501308";
|
||||
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
|
||||
sha256 = "b9a95b01db3a6abf5e9a1cdbb6e283411649c8d279819cbe903bf4a662106194";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny Moose PathTiny TestDeep TestFatal TestRequires TestTrap TestWarnings self."if" ];
|
||||
buildInputs = [ ModuleBuildTiny ModuleRuntime Moose PathTiny TestDeep TestFatal TestRequires TestTrap TestWarnings self."if" ];
|
||||
propagatedBuildInputs = [ GetoptLongDescriptive Moose MooseXRoleParameterized TryTiny namespaceautoclean ];
|
||||
meta = {
|
||||
homepage = https://github.com/moose/MooseX-Getopt;
|
||||
|
|
Loading…
Reference in a new issue