pythonPackages.bokeh: add comment to update together with panel
This commit is contained in:
parent
58b21dea78
commit
99fd96f6a8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "bokeh";
|
||||
version = "2.2.3";
|
||||
version = "2.2.3"; # update together with panel which is not straightforward
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue