perl-Moo: 2.000002 -> 2.001001

This commit is contained in:
Robert Helgesson 2016-03-06 10:53:20 +01:00
parent 4074042744
commit d541d47e07

View File

@ -7688,10 +7688,10 @@ let self = _self // overrides; _self = with self; {
}; };
Moo = buildPerlPackage rec { Moo = buildPerlPackage rec {
name = "Moo-2.000002"; name = "Moo-2.001001";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz"; url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz";
sha256 = "fb4bfa751f0dd06bd70f2e06e811f85a640501f263c228a8efafbf6b26691fd4"; sha256 = "a68155b642f389cb1cc40139e2663d0c5d15eb71d9ecb0961623a73c10dd8ec0";
}; };
buildInputs = [ TestFatal ]; buildInputs = [ TestFatal ];
propagatedBuildInputs = [ ClassMethodModifiers DevelGlobalDestruction ModuleRuntime RoleTiny ]; propagatedBuildInputs = [ ClassMethodModifiers DevelGlobalDestruction ModuleRuntime RoleTiny ];