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:
commit
7edf30e3f6
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue