plot.ly: upgrade to 1.9.5
(cherry picked from commit 104fde593d26c4497fec227aabf5d9bb84ef44de)
This commit is contained in:
parent
7f1b6d8a31
commit
d9739ebcc2
1 changed files with 3 additions and 3 deletions
|
@ -6628,13 +6628,13 @@ in modules // {
|
|||
};
|
||||
};
|
||||
|
||||
plotly = buildPythonPackage rec {
|
||||
name = "plotly-1.9.1";
|
||||
plotly = self.buildPythonPackage rec {
|
||||
name = "plotly-1.9.5";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/plotly/${name}.tar.gz";
|
||||
md5 = "84fe80b294b639357f12fa210ce09f95";
|
||||
md5 = "56fb77dff80325413c8cf40cf229ce90";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ self.pytz self.six self.requests ];
|
||||
|
|
Loading…
Reference in a new issue