Merge pull request #63385 from r-ryantm/auto-update/python3.7-plotly

python37Packages.plotly: 3.9.0 -> 3.10.0
This commit is contained in:
Mario Rodas 2019-06-18 00:34:49 -05:00 committed by GitHub
commit f4b78eb960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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