1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 01:20:19 +00:00

Merge pull request #88734 from r-ryantm/auto-update/python2.7-plotly

python27Packages.plotly: 4.6.0 -> 4.7.1
This commit is contained in:
Jon 2020-05-27 11:30:46 -07:00 committed by GitHub
commit 7edf30e3f6
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.6.0";
version = "4.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "0br996lqbyq1prq9hhrzkgpicz5fgvxamzjrrpms20a2y1alkwv1";
sha256 = "1s0hg91dvsklgdk3bi483f8in7vr51lx49smvr2ngvrws7nwsj3s";
};
propagatedBuildInputs = [