perl-Spreadsheet-ParseExcel: 0.2603 -> 0.65

Changed files
+9 -5
pkgs
top-level
+9 -5
pkgs/top-level/perl-packages.nix
···
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 = [ IOStringy OLEStorageLight ];
+
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 ];
+
};
SQLAbstract = buildPerlPackage rec {