python37Packages.plotly: 3.6.1 -> 3.7.1

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

(cherry picked from commit 035dd102954d0eb4b9518931f10bcd2e4559722a)
This commit is contained in:
R. RyanTM 2019-04-02 09:47:06 -07:00 committed by Matthias Beyer
parent 5271abdb86
commit 6a4d16a66e

View file

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