[cpan2nix] perlPackages.TextSimpleTable: 2.04 -> 2.05
This commit is contained in:
parent
6ce476f892
commit
51200b8181
|
@ -16492,15 +16492,16 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
TextSimpleTable = buildPerlPackage {
|
TextSimpleTable = buildPerlPackage {
|
||||||
name = "Text-SimpleTable-2.04";
|
name = "Text-SimpleTable-2.05";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/M/MR/MRAMBERG/Text-SimpleTable-2.04.tar.gz;
|
url = mirror://cpan/authors/id/M/MR/MRAMBERG/Text-SimpleTable-2.05.tar.gz;
|
||||||
sha256 = "14sjmdcy7s73sk740g3ccmzmwhwd52x5ay3bjmibjlql1cag70ld";
|
sha256 = "1akcv3iq4y6mjc88p0j9yvv6g0g5cnc9nvzxnmsswnx5si7v5am5";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple eyecandy ASCII tables";
|
description = "Simple eyecandy ASCII tables";
|
||||||
license = stdenv.lib.licenses.artistic2;
|
license = stdenv.lib.licenses.artistic2;
|
||||||
};
|
};
|
||||||
|
propagatedBuildInputs = [ UnicodeLineBreak ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TextSoundex = buildPerlPackage {
|
TextSoundex = buildPerlPackage {
|
||||||
|
|
Loading…
Reference in New Issue