python37Packages.plotly: 3.7.1 -> 3.9.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-plotly/versions
This commit is contained in:
R. RyanTM 2019-05-02 00:43:02 -07:00 committed by Mario Rodas
parent b64343a9e5
commit c5918d9e9a
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "plotly";
version = "3.7.1";
version = "3.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "1gad00c0p56zvmk2yzy03m0f3fcq67q9kdgdfxph2aw905mkwddc";
sha256 = "498c35a2a482f7c7937fc2f3681fec653a0191dd21e40e754a6b774234cd167e";
};
propagatedBuildInputs = [