TextTable: 1.129 -> 1.130

This commit is contained in:
Pascal Wittmann 2015-09-09 21:44:53 +02:00
parent a86d7bf5c4
commit 15129c16f3

View File

@ -11355,11 +11355,11 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ if_ ];
};
TextTable = buildPerlPackage {
name = "Text-Table-1.129";
TextTable = buildPerlPackage rec {
name = "Text-Table-1.130";
src = fetchurl {
url = mirror://cpan/authors/id/S/SH/SHLOMIF/Text-Table-1.129.tar.gz;
sha256 = "1b8l86yvvsncnx0w45w095n1h7lff6nxjy87dzk7zgvkmr0ary7c";
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "02c8v38k639r23dgxwgvsy4myjjzvgdb238kpiffsiz25ab3xp5j";
};
buildInputs = [ TestPod TestPodCoverage ];
propagatedBuildInputs = [ TextAligner ];