perl-MooseX-Getopt: 0.65 -> 0.68
This commit is contained in:
parent
135fc6a769
commit
f10fe3f596
@ -7284,11 +7284,11 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
MooseXGetopt = buildPerlPackage {
|
||||
name = "MooseX-Getopt-0.65";
|
||||
MooseXGetopt = buildPerlPackage rec {
|
||||
name = "MooseX-Getopt-0.68";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/E/ET/ETHER/MooseX-Getopt-0.65.tar.gz;
|
||||
sha256 = "c07c2b7312c471bf2d331025c0ad6cc02068633eda1e208cbdb5511ef5da7fda";
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "acb5118b4666352e58d4268040869d7dc2b68968fe26b5dd6715f51ebd784483";
|
||||
};
|
||||
buildInputs = [ CPANMeta ModuleBuildTiny ModuleRuntime Moose PathTiny TestDeep TestFatal TestRequires TestTrap TestWarnings if_ ];
|
||||
propagatedBuildInputs = [ GetoptLongDescriptive Moose MooseXRoleParameterized TryTiny namespaceautoclean ];
|
||||
@ -7296,6 +7296,7 @@ let self = _self // overrides; _self = with self; {
|
||||
homepage = https://github.com/moose/MooseX-Getopt;
|
||||
description = "A Moose role for processing command line options";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user