python3Packages.bokeh: 3.8.2 -> 3.10.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:10 +02:00
parent 570151cab6
commit fe7ec9aca8

View File

@@ -44,12 +44,12 @@
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
version = "3.8.2";
version = "3.10.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-jn3KzCHVOQVYG1QyitJwWVT3LymX+Z/DMsHejaU6o8w=";
hash = "sha256-c/CwwG15JcorbVKy3FHCUzoR9mfMaUTx8GwDnMxXxc4=";
};
patches = [