python3Packages.bokeh: 3.6.3 -> 3.7.2

This commit was automatically generated using update-python-libraries.

Changed files
+4 -2
pkgs
development
python-modules
bokeh
+4 -2
pkgs/development/python-modules/bokeh/default.nix
···
geckodriver,
isort,
json5,
+
narwhals,
nbconvert,
networkx,
psutil,
···
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
-
version = "3.6.3";
+
version = "3.7.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-m4HWqepi51oEoanZ+TGUIBaJC+7Jq10SmipEMs9ZXAo=";
+
hash = "sha256-gMIYhc7CdkMazU25L4McceuZnqmVRwznd+DFd7DPwdg=";
};
patches = [
···
geckodriver
isort
json5
+
narwhals
nbconvert
networkx
psutil