Unverified Commit 87e90c2f authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #250321 from r-ryantm/auto-update/python310Packages.chart-studio

python310Packages.chart-studio: 5.15.0 -> 5.16.1
parents 6d5d215a 9795cc83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "chart-studio";
  version = "5.15.0";
  version = "5.16.1";

  # chart-studio was split from plotly
  src = fetchFromGitHub {
    owner = "plotly";
    repo = "plotly.py";
    rev = "refs/tags/v${version}";
    hash = "sha256-H+p2fPBXn+VqrW63KkdmPn2xqxC9uAOzQUV1ruKEUSs=";
    hash = "sha256-R94fmkz9cydOHKQbXMBR47OCdHHsR25uGiGszcr7AQQ=";
  };

  sourceRoot = "${src.name}/packages/python/chart-studio";