forked from mirrors/nixpkgs
TextTable: 1.129 -> 1.130
This commit is contained in:
parent
a86d7bf5c4
commit
15129c16f3
|
@ -11355,11 +11355,11 @@ let self = _self // overrides; _self = with self; {
|
|||
propagatedBuildInputs = [ if_ ];
|
||||
};
|
||||
|
||||
TextTable = buildPerlPackage {
|
||||
name = "Text-Table-1.129";
|
||||
TextTable = buildPerlPackage rec {
|
||||
name = "Text-Table-1.130";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/S/SH/SHLOMIF/Text-Table-1.129.tar.gz;
|
||||
sha256 = "1b8l86yvvsncnx0w45w095n1h7lff6nxjy87dzk7zgvkmr0ary7c";
|
||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||
sha256 = "02c8v38k639r23dgxwgvsy4myjjzvgdb238kpiffsiz25ab3xp5j";
|
||||
};
|
||||
buildInputs = [ TestPod TestPodCoverage ];
|
||||
propagatedBuildInputs = [ TextAligner ];
|
||||
|
|
Loading…
Reference in a new issue