perlPackages.TextTabularDisplay: update from 1.22 to 1.35

This commit is contained in:
Evgeny Egorochkin 2014-02-14 20:20:16 +02:00
parent 24375083e0
commit e63abf17f4

View File

@ -8768,10 +8768,10 @@ let self = _self // overrides; _self = with self; {
};
TextTabularDisplay = buildPerlPackage rec {
name = "Text-TabularDisplay-1.22";
name = "Text-TabularDisplay-1.35";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DARREN/${name}.tar.gz";
sha256 = "05r3jvdf8av16hgy0i3wnc581ski08q1bnllq5cq1fnc7h2nm1c7";
sha256 = "0sbyfdiln6q2g66mv64alayfcqnqg17kihdzgpslxdsn14vpvjq5";
};
propagatedBuildInputs = [TextAligner];
};