[cpan2nix] perlPackages.TextTable: 1.130 -> 1.133
This commit is contained in:
parent
241d1751a4
commit
bfdd4fec62
@ -15105,13 +15105,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TextTable = buildPerlPackage rec {
|
TextTable = buildPerlModule rec {
|
||||||
name = "Text-Table-1.130";
|
name = "Text-Table-1.133";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||||
sha256 = "02c8v38k639r23dgxwgvsy4myjjzvgdb238kpiffsiz25ab3xp5j";
|
sha256 = "04kh5x5inq183rdg221wlqaaqi1ipyj588mxsslik6nhc14f17nd";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestPod TestPodCoverage ];
|
|
||||||
propagatedBuildInputs = [ TextAligner ];
|
propagatedBuildInputs = [ TextAligner ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.shlomifish.org/open-source/projects/docmake/;
|
homepage = http://www.shlomifish.org/open-source/projects/docmake/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user