[cpan2nix] perlPackages.MooseXAttributeHelpers: 0.23 -> 0.25
This commit is contained in:
parent
bd3de673ca
commit
ecc459f050
@ -12495,15 +12495,15 @@ let
|
|||||||
propagatedBuildInputs = [ Moose ];
|
propagatedBuildInputs = [ Moose ];
|
||||||
};
|
};
|
||||||
|
|
||||||
MooseXAttributeHelpers = buildPerlPackage {
|
MooseXAttributeHelpers = buildPerlModule {
|
||||||
pname = "MooseX-AttributeHelpers";
|
pname = "MooseX-AttributeHelpers";
|
||||||
version = "0.23";
|
version = "0.25";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/MooseX-AttributeHelpers-0.23.tar.gz;
|
url = mirror://cpan/authors/id/E/ET/ETHER/MooseX-AttributeHelpers-0.25.tar.gz;
|
||||||
sha256 = "3f63f60d94d840a309d9137f78605e15f07c977fd15a4f4b55bd47b65ed52be1";
|
sha256 = "b0c819ec83999b258b248f82059fa5975a0cee365423abbee0efaca5401c5ec6";
|
||||||
};
|
};
|
||||||
patches = [ ../development/perl-modules/MooseXAttributeHelpers-perl-5.20.patch ];
|
patches = [ ../development/perl-modules/MooseXAttributeHelpers-perl-5.20.patch ];
|
||||||
buildInputs = [ TestException ];
|
buildInputs = [ ModuleBuildTiny TestException ];
|
||||||
propagatedBuildInputs = [ Moose ];
|
propagatedBuildInputs = [ Moose ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extend your attribute interfaces (deprecated)";
|
description = "Extend your attribute interfaces (deprecated)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user