perl-MooseX-Role-WithOverloading: 0.13 -> 0.17
This commit is contained in:
parent
e51d562f9f
commit
06424612e6
@ -8149,10 +8149,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
MooseXRoleWithOverloading = buildPerlPackage {
|
MooseXRoleWithOverloading = buildPerlPackage rec {
|
||||||
name = "MooseX-Role-WithOverloading-0.13";
|
name = "MooseX-Role-WithOverloading-0.17";
|
||||||
src = fetchurl {
|
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";
|
sha256 = "01mqpvbz7yw993918hgp72vl22i6mgicpq5b3zrrsp6vl8sqj2sw";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestCheckDeps TestNoWarnings ModuleMetadata];
|
buildInputs = [ TestCheckDeps TestNoWarnings ModuleMetadata];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user