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

python37Packages.plotly: 3.10.0 -> 4.0.0
This commit is contained in:
Marek Mahut 2019-08-10 21:14:14 +02:00 committed by GitHub
commit 65844693fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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