forked from mirrors/nixpkgs
perlPackages.TextTable: update from 1.128 to 1.129
This commit is contained in:
parent
53778344ef
commit
ad5b3a3b1a
|
@ -8905,10 +8905,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
TextTable = buildPerlPackage {
|
TextTable = buildPerlPackage {
|
||||||
name = "Text-Table-1.128";
|
name = "Text-Table-1.129";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/SH/SHLOMIF/Text-Table-1.128.tar.gz;
|
url = mirror://cpan/authors/id/S/SH/SHLOMIF/Text-Table-1.129.tar.gz;
|
||||||
sha256 = "0j9y38y9x9ljjpnvp5clwkfvhnja6vjlnhb8yshv2mmz2h6by70c";
|
sha256 = "1b8l86yvvsncnx0w45w095n1h7lff6nxjy87dzk7zgvkmr0ary7c";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestPod TestPodCoverage ];
|
buildInputs = [ TestPod TestPodCoverage ];
|
||||||
propagatedBuildInputs = [ TextAligner ];
|
propagatedBuildInputs = [ TextAligner ];
|
||||||
|
|
Loading…
Reference in a new issue