[cpan2nix] perlPackages.MooseAutobox: 0.15 -> 0.16

This commit is contained in:
volth 2018-04-07 07:58:03 +00:00
parent 71ff963131
commit 864716e963

View file

@ -9784,14 +9784,14 @@ let self = _self // overrides; _self = with self; {
};
};
MooseAutobox = buildPerlPackage {
name = "Moose-Autobox-0.15";
MooseAutobox = buildPerlModule {
name = "Moose-Autobox-0.16";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Moose-Autobox-0.15.tar.gz;
sha256 = "0xcayrfm08dqas1mq8lnf8nxkvzdgcmv6xs5lqah17bxqxgznrl9";
url = mirror://cpan/authors/id/E/ET/ETHER/Moose-Autobox-0.16.tar.gz;
sha256 = "0mbhd0p7gf6qdhaylldl0ahq59zghs0vd5n1iqcbfkj8ryj1sh4j";
};
buildInputs = [ TestException ];
propagatedBuildInputs = [ Moose SyntaxKeywordJunction autobox ];
buildInputs = [ ModuleBuildTiny TestException ];
propagatedBuildInputs = [ ListMoreUtils Moose SyntaxKeywordJunction autobox namespaceautoclean ];
meta = {
description = "Autoboxed wrappers for Native Perl datatypes";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];