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:
Frederik Rietdijk 2021-04-07 17:40:32 +02:00
parent 5e2eccd298
commit c6ed6450c9

View File

@ -33,11 +33,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "bokeh"; 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 { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "c4a3f97afe5f525019dd58ee8c4e3d43f53fe1b1ac264ccaae9b02c07b2abc17"; sha256 = "dd417708f90702190222b1068a645acae99e66d4b58d7a336d545aeaa04e9b40";
}; };
patches = [ patches = [