perl-Spreadsheet-ParseExcel: 0.2603 -> 0.65

This commit is contained in:
Robert Helgesson 2016-09-02 19:35:38 +02:00
parent 239cd353d2
commit 168d78d537
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -11204,13 +11204,17 @@ let self = _self // overrides; _self = with self; {
};
SpreadsheetParseExcel = buildPerlPackage rec {
name = "Spreadsheet-ParseExcel-0.2603";
name = "Spreadsheet-ParseExcel-0.65";
src = fetchurl {
url = "mirror://cpan/authors/id/K/KW/KWITKNR/${name}.tar.gz";
sha256 = "0q5qq982528cdpqdj2wszrnf5g2rfphx0b413lczx7nvkkyy9xqz";
url = "mirror://cpan/authors/id/D/DO/DOUGW/${name}.tar.gz";
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 {