perl-MooseX-Role-WithOverloading: 0.13 -> 0.17

This commit is contained in:
Pascal Wittmann 2016-02-19 23:40:56 +01:00
parent e51d562f9f
commit 06424612e6

View File

@ -8149,10 +8149,10 @@ let self = _self // overrides; _self = with self; {
};
};
MooseXRoleWithOverloading = buildPerlPackage {
name = "MooseX-Role-WithOverloading-0.13";
MooseXRoleWithOverloading = buildPerlPackage rec {
name = "MooseX-Role-WithOverloading-0.17";
src = fetchurl {
url = mirror://cpan/authors/id/E/ET/ETHER/MooseX-Role-WithOverloading-0.13.tar.gz;
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "01mqpvbz7yw993918hgp72vl22i6mgicpq5b3zrrsp6vl8sqj2sw";
};
buildInputs = [ TestCheckDeps TestNoWarnings ModuleMetadata];