3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.RoleTiny: update from 1.002004 to 1.003003

This commit is contained in:
Peter Simons 2014-04-07 13:58:15 +02:00
parent 53a801d569
commit 36e00c99bc

View file

@ -7166,10 +7166,10 @@ let self = _self // overrides; _self = with self; {
};
RoleTiny = buildPerlPackage {
name = "Role-Tiny-1.002004";
name = "Role-Tiny-1.003003";
src = fetchurl {
url = mirror://cpan/authors/id/I/IL/ILMARI/Role-Tiny-1.002004.tar.gz;
sha256 = "0n126kazifmx6grdk4rmq226xklfc996cqw4ix26z9jcccl4v756";
url = mirror://cpan/authors/id/H/HA/HAARG/Role-Tiny-1.003003.tar.gz;
sha256 = "1k823g4wnya18yx2v1xrfl73qqavqpzvaydyg1r7gdzcdvdwl4mp";
};
buildInputs = [ TestFatal ];
meta = {