python: plotly: 2.2.3 -> 2.3.0

This commit is contained in:
Frederik Rietdijk 2018-02-03 10:53:46 +01:00
parent d151d30c69
commit a77cef2c3b

View File

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