From 65f5cb0b77686737fec4ef3f080ee558e5e925f5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:13:33 +0200 Subject: [PATCH] python3Packages.bokeh: 3.6.3 -> 3.7.2 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/bokeh/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bokeh/default.nix b/pkgs/development/python-modules/bokeh/default.nix index 6a914db34713..1e0cecd6e26e 100644 --- a/pkgs/development/python-modules/bokeh/default.nix +++ b/pkgs/development/python-modules/bokeh/default.nix @@ -26,6 +26,7 @@ geckodriver, isort, json5, + narwhals, nbconvert, networkx, psutil, @@ -45,14 +46,14 @@ 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 = [ @@ -85,6 +86,7 @@ buildPythonPackage rec { geckodriver isort json5 + narwhals nbconvert networkx psutil