forked from mirrors/nixpkgs
[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 {
|
||||
name = "Text-SimpleTable-2.04";
|
||||
name = "Text-SimpleTable-2.05";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/MR/MRAMBERG/Text-SimpleTable-2.04.tar.gz;
|
||||
sha256 = "14sjmdcy7s73sk740g3ccmzmwhwd52x5ay3bjmibjlql1cag70ld";
|
||||
url = mirror://cpan/authors/id/M/MR/MRAMBERG/Text-SimpleTable-2.05.tar.gz;
|
||||
sha256 = "1akcv3iq4y6mjc88p0j9yvv6g0g5cnc9nvzxnmsswnx5si7v5am5";
|
||||
};
|
||||
meta = {
|
||||
description = "Simple eyecandy ASCII tables";
|
||||
license = stdenv.lib.licenses.artistic2;
|
||||
};
|
||||
propagatedBuildInputs = [ UnicodeLineBreak ];
|
||||
};
|
||||
|
||||
TextSoundex = buildPerlPackage {
|
||||
|
|
Loading…
Reference in a new issue