python3Packages.bokeh: 2.3.0 -> 2.3.2

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:10 +02:00 committed by Jonathan Ringer
parent 4cb530895a
commit 0e12cfc472
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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