Skip to content

Commit

Permalink
python3Packages.panel: 0.7.0 -> 0.8.3
Browse files Browse the repository at this point in the history
A newer version is available but requires bokeh >= 2.
See #85758 for WIP bokeh PR.
  • Loading branch information
FRidh committed Apr 24, 2020
1 parent 0d99474 commit 2058aeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/panel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
, markdown
, pyct
, testpath
, tqdm
}:

buildPythonPackage rec {
pname = "panel";
version = "0.7.0";
version = "0.8.3";

src = fetchPypi {
inherit pname version;
sha256 = "71d446f469b424cb190bc896e78d0415b2bbebf17c6e5b024ed1a73b4448f8f4";
sha256 = "0iz20k7mqn0560r4358yrzvrrfn00h8s6dim7p7y4icpgjw2mjnb";
};

propagatedBuildInputs = [
Expand All @@ -25,6 +26,7 @@ buildPythonPackage rec {
markdown
pyct
testpath
tqdm
];

# infinite recursion in test dependencies (hvplot)
Expand Down

0 comments on commit 2058aeb

Please sign in to comment.