python: plotly: 2.3.0 -> 2.4.0

This commit is contained in:
Frederik Rietdijk 2018-02-17 14:21:42 +01:00
parent e0200f3691
commit 31151cba16
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "plotly"; pname = "plotly";
version = "2.3.0"; version = "2.4.0";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "95e72273699108f215886ab961dbf0890904d39583be39eabcd0788bc7ccf695"; sha256 = "8e7ee039231fec52b0b38d45e7470f70b117f6527b08cc922d74992f4d082858";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [