perlPackages.SpreadsheetXLSX: init at 0.17

This commit is contained in:
Yongun Seong 2023-05-20 23:58:51 +09:00 committed by Anderson Torres
parent 5345c491e4
commit de941a4275

View file

@ -21641,6 +21641,22 @@ with self; {
};
};
SpreadsheetXLSX = buildPerlPackage {
pname = "Spreadsheet-XLSX";
version = "0.17";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AS/ASB/Spreadsheet-XLSX-0.17.tar.gz";
hash = "sha256-M7d4knz/FjCQZbdOuMRpawNxZg0szf5FvkYFCSrO6XY=";
};
buildInputs = [ TestNoWarnings TestWarnings ];
propagatedBuildInputs = [ ArchiveZip SpreadsheetParseExcel ];
meta = {
homepage = "https://github.com/asb-capfan/Spreadsheet-XLSX";
description = "Perl extension for reading MS Excel 2007 files;";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
SQLAbstract = buildPerlPackage {
pname = "SQL-Abstract";
version = "2.000001";