python3Packages.bokeh: 2.3.2 -> 2.3.3

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:31 +02:00
parent 38177ed063
commit a6fb645545

View File

@ -34,11 +34,11 @@
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
version = "2.3.2";
version = "2.3.3";
src = fetchPypi {
inherit pname version;
sha256 = "fcc0d0a3129ae457cdb0a4f503843a4d13d1f5d07af7748424ea8c7ddfc321f1";
sha256 = "a5fdcc181835561447fcc5a371300973fce4114692d5853addec284d1cdeb677";
};
patches = [