0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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;