Revert "python3Packages.bokeh: 2.2.3 -> 2.3.0"
This version of bokeh is apparently incompatible with the current panel (0.9.7).
Using it results in all kind of missing models and modules.
We should upgrade panel but it is not straightforward. Until then, bokeh should
remain at 2.2.
This reverts commit ba9b70bcfd
.
This commit is contained in:
parent
32a5b44b8d
commit
3660d282ac
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "bokeh";
|
||||
version = "2.3.0";
|
||||
version = "2.2.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "dd417708f90702190222b1068a645acae99e66d4b58d7a336d545aeaa04e9b40";
|
||||
sha256 = "c4a3f97afe5f525019dd58ee8c4e3d43f53fe1b1ac264ccaae9b02c07b2abc17";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue