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

python37Packages.plotly: 4.1.0 -> 4.1.1
This commit is contained in:
Mario Rodas 2019-09-28 13:41:58 -05:00 committed by GitHub
commit 8c0f6156f4
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.1.0";
version = "4.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "166rscpr9xbs3pwd61mivhlm1gv3chkgpk2cy0fpb86axa7z4cwk";
sha256 = "06gjvicl5k0qn8xz2gnqd4akxvd81n16gwssr7gwlnmdic5da30g";
};
propagatedBuildInputs = [