python: cufflinks: 0.13.0 -> 0.14.5
This commit is contained in:
parent
d9aafc9609
commit
8b37a55c98
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cufflinks";
|
pname = "cufflinks";
|
||||||
version = "0.13.0";
|
version = "0.14.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "59f1bae67aaa5042c8f9f94caba44b9b8e6e530ce9e81f6e06b643aca253d2f4";
|
sha256 = "304f9a30b753e36a9d398133543c9b48214fcf0535d971871894fc3058799c5f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pandas plotly colorlover ];
|
propagatedBuildInputs = [ pandas plotly colorlover ];
|
||||||
|
|
Loading…
Reference in a new issue