Skip to content

Commit

Permalink
python27Packages.chart-studio: 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jul 31, 2020
1 parent bac4f8a commit fb4535c
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 = "1.0.0";
version = "1.1.0";

# chart-studio was split from plotly
src = fetchFromGitHub {
owner = "plotly";
repo = "plotly.py";
rev = "${pname}-v${version}";
sha256 = "14lyqbjdffnlnkzlfnn60k7yxjd99vx3hfcs23apsiyinzipjlbf";
sha256 = "1q3j3ih5k0jhr8ilwffkfxp1nifpnjnx7862bzhxfg4d386hfg4i";
};

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

0 comments on commit fb4535c

Please sign in to comment.