Revert "Revert "python3Packages.bokeh: 2.2.3 -> 2.3.0""
Bokeh is now used with a supposedly compatible version of panel.
This reverts commit 3660d282ac
.
This commit is contained in:
parent
5e2eccd298
commit
c6ed6450c9
1 changed files with 3 additions and 2 deletions
|
@ -33,11 +33,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "bokeh";
|
||||
version = "2.2.3"; # update together with panel which is not straightforward
|
||||
# update together with panel which is not straightforward
|
||||
version = "2.3.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c4a3f97afe5f525019dd58ee8c4e3d43f53fe1b1ac264ccaae9b02c07b2abc17";
|
||||
sha256 = "dd417708f90702190222b1068a645acae99e66d4b58d7a336d545aeaa04e9b40";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue