[cpan2nix] perlPackages.TermTable: 0.012 -> 0.013

This commit is contained in:
volth 2018-12-28 14:17:21 +00:00
parent ec51bf9941
commit 7970d1354e

View file

@ -14714,12 +14714,11 @@ let
};
TermTable = buildPerlPackage rec {
name = "Term-Table-0.012";
name = "Term-Table-0.013";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
sha256 = "4db6118fbf862bd32a8402e1ee28ce2044d0e0887ef29b726e917ab4258a063a";
sha256 = "ffeb36dcb25c575b9f63657d1591a14af22cd10ba23cc76de9d976b426f4fc40";
};
buildInputs = [ TestSimple13 ];
propagatedBuildInputs = [ Importer ];
meta = {
description = "Format a header and rows into a table";