python3Packages.plotly: 4.9.0 -> 4.13.0
This commit is contained in:
parent
e1d97bb67f
commit
445ffde26f
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "plotly";
|
||||
version = "4.9.0";
|
||||
version = "4.13.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "257f530ffd73754bd008454826905657b329053364597479bb9774437a396837";
|
||||
sha256 = "20df14f7883807f57d96ac245841e086a1799f2c2778462a7f3bca704e369c66";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue