pythonPackages.bokeh: add comment to update together with panel

This commit is contained in:
Sandro 2021-04-07 15:04:07 +02:00 committed by Sandro Jäckel
parent 58b21dea78
commit 99fd96f6a8

View file

@ -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;