perlPackages.ExcelWriterXLSX: init at 1.09

This commit is contained in:
Thomas Sean Dominic Kelly 2021-08-13 11:27:46 +01:00 committed by thomassdk
parent d69bb5f6ba
commit 446e1e18e7

View File

@ -7360,6 +7360,21 @@ let
};
};
ExcelWriterXLSX = buildPerlPackage {
pname = "Excel-Writer-XLSX";
version = "1.09";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JM/JMCNAMARA/Excel-Writer-XLSX-1.09.tar.gz";
sha256 = "d679c6ac19e93c32ab77594c793e41b948c7bb3873b600e70ad637d093dca187";
};
propagatedBuildInputs = [ ArchiveZip ];
meta = {
homepage = "http://jmcnamara.github.com/excel-writer-xlsx/";
description = "Create a new file in the Excel 2007+ XLSX format";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
ExceptionBase = buildPerlModule {
pname = "Exception-Base";
version = "0.2501";