[cpan2nix] perlPackages.FinanceQuote: 1.47 -> 1.49
dependencies: perlPackages.JSONParse: init at 0.55
This commit is contained in:
parent
61a6c381b2
commit
dcfb7af23f
@ -6841,17 +6841,18 @@ let
|
|||||||
|
|
||||||
FinanceQuote = buildPerlPackage {
|
FinanceQuote = buildPerlPackage {
|
||||||
pname = "Finance-Quote";
|
pname = "Finance-Quote";
|
||||||
version = "1.47";
|
version = "1.49";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/E/EC/ECOCODE/Finance-Quote-1.47.tar.gz;
|
url = mirror://cpan/authors/id/E/EC/ECOCODE/Finance-Quote-1.49.tar.gz;
|
||||||
sha256 = "0gzbq85738f299jaw4nj3ljnka380j2y6yspmyl71rgfypqjvbr7";
|
sha256 = "0lxz9fsm4ld3l900zxh2w91wjygk0ifn4miw6q5k4mm67d2c9nwm";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ CGI DateTime HTMLTableExtract JSON LWPProtocolHttps ];
|
propagatedBuildInputs = [ CGI DateTimeFormatStrptime HTMLTableExtract JSON JSONParse LWPProtocolHttps StringUtil TextTemplate ];
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://finance-quote.sourceforge.net/;
|
homepage = http://finance-quote.sourceforge.net/;
|
||||||
description = "Get stock and mutual fund quotes from various exchanges";
|
description = "Get stock and mutual fund quotes from various exchanges";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestPod ];
|
||||||
};
|
};
|
||||||
|
|
||||||
FontAFM = buildPerlPackage {
|
FontAFM = buildPerlPackage {
|
||||||
@ -9005,6 +9006,19 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
JSONParse = buildPerlPackage {
|
||||||
|
pname = "JSON-Parse";
|
||||||
|
version = "0.55";
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://cpan/authors/id/B/BK/BKB/JSON-Parse-0.55.tar.gz;
|
||||||
|
sha256 = "0mnjypkiga8zdxr5kbd7sf49pcbn55ivndn01p5ln4amqgdmd66w";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "Read JSON into a Perl variable";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
JSONWebToken = buildPerlModule {
|
JSONWebToken = buildPerlModule {
|
||||||
pname = "JSON-WebToken";
|
pname = "JSON-WebToken";
|
||||||
version = "0.10";
|
version = "0.10";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user