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

python37Packages.plotly: 4.0.0 -> 4.1.0
This commit is contained in:
Marek Mahut 2019-08-20 20:54:29 +02:00 committed by GitHub
commit 37bf6c0604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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