mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
python310Packages.chart-studio: 5.5.0 -> 5.6.0
This commit is contained in:
parent
198f6c583e
commit
ec2d8f622d
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "chart-studio";
|
pname = "chart-studio";
|
||||||
version = "5.5.0";
|
version = "5.6.0";
|
||||||
|
|
||||||
# chart-studio was split from plotly
|
# chart-studio was split from plotly
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "plotly";
|
owner = "plotly";
|
||||||
repo = "plotly.py";
|
repo = "plotly.py";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "04hsh1z2ngfslmvi8fdzfccssg6i0ziksil84j129f049m96wd51";
|
sha256 = "sha256-mf4QASdvO7doV5pKAAEzaKJP66w29osBlbLrJuopUvA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/packages/python/chart-studio";
|
sourceRoot = "source/packages/python/chart-studio";
|
||||||
|
Loading…
Reference in New Issue
Block a user