perl-Spreadsheet-ParseExcel: 0.2603 -> 0.65
This commit is contained in:
parent
239cd353d2
commit
168d78d537
@ -11204,13 +11204,17 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
SpreadsheetParseExcel = buildPerlPackage rec {
|
SpreadsheetParseExcel = buildPerlPackage rec {
|
||||||
name = "Spreadsheet-ParseExcel-0.2603";
|
name = "Spreadsheet-ParseExcel-0.65";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/K/KW/KWITKNR/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DO/DOUGW/${name}.tar.gz";
|
||||||
sha256 = "0q5qq982528cdpqdj2wszrnf5g2rfphx0b413lczx7nvkkyy9xqz";
|
sha256 = "6ec4cb429bd58d81640fe12116f435c46f51ff1040c68f09cc8b7681c1675bec";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [ CryptRC4 DigestPerlMD5 IOstringy OLEStorage_Lite ];
|
||||||
|
meta = {
|
||||||
|
homepage = http://github.com/runrig/spreadsheet-parseexcel/;
|
||||||
|
description = "Read information from an Excel file";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ IOStringy OLEStorageLight ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
SQLAbstract = buildPerlPackage rec {
|
SQLAbstract = buildPerlPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user