python3Packages.quandl: 3.5.0 -> 3.6.1
This commit is contained in:
parent
6038a6f746
commit
245f420968
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "quandl";
|
pname = "quandl";
|
||||||
version = "3.5.0";
|
version = "3.6.1";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "Quandl";
|
pname = "Quandl";
|
||||||
sha256 = "0zpw0nwqr4g56l9z4my0fahfgpcmfx74acbmv6nfx1dmq5ggraf3";
|
sha256 = "0jr69fqxhzdmkfh3fxz0yp2kks2hkmixrscjjf59q2l7irglwhc4";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
@ -51,6 +51,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Quandl Python client library";
|
description = "Quandl Python client library";
|
||||||
homepage = "https://github.com/quandl/quandl-python";
|
homepage = "https://github.com/quandl/quandl-python";
|
||||||
|
changelog = "https://github.com/quandl/quandl-python/blob/master/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ilya-kolpakov ];
|
maintainers = with maintainers; [ ilya-kolpakov ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user