Skip to content

Commit

Permalink
Merge pull request #139156 from r-ryantm/auto-update/python38Packages…
Browse files Browse the repository at this point in the history
….chart-studio
  • Loading branch information
SuperSandro2000 authored Sep 23, 2021
2 parents ceacb55 + f04c651 commit c4a4fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/chart-studio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "chart-studio";
version = "5.3.0";
version = "5.3.1";

# chart-studio was split from plotly
src = fetchFromGitHub {
owner = "plotly";
repo = "plotly.py";
rev = "v${version}";
sha256 = "059rq278r5zb2sngby7jzh8kd9c48sd82b6b7s5bbrmzj42sds3n";
sha256 = "11jazr5s2rmcxbkpb79gllwlyxvji3f0ryfrj7mkbyvfnfv43gly";
};

sourceRoot = "source/packages/python/chart-studio";
Expand Down

0 comments on commit c4a4fb5

Please sign in to comment.