mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
[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 {
|
||||
name = "Text-Table-1.130";
|
||||
TextTable = buildPerlModule rec {
|
||||
name = "Text-Table-1.133";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||
sha256 = "02c8v38k639r23dgxwgvsy4myjjzvgdb238kpiffsiz25ab3xp5j";
|
||||
sha256 = "04kh5x5inq183rdg221wlqaaqi1ipyj588mxsslik6nhc14f17nd";
|
||||
};
|
||||
buildInputs = [ TestPod TestPodCoverage ];
|
||||
propagatedBuildInputs = [ TextAligner ];
|
||||
meta = {
|
||||
homepage = http://www.shlomifish.org/open-source/projects/docmake/;
|
||||
|
Loading…
Reference in New Issue
Block a user