From fe7ec9aca89275a7f77abe7af0b2383cd533fd52 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:24:10 +0200 Subject: [PATCH] python3Packages.bokeh: 3.8.2 -> 3.10.0 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/bokeh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bokeh/default.nix b/pkgs/development/python-modules/bokeh/default.nix index f9a5e71186e0..16412f68394f 100644 --- a/pkgs/development/python-modules/bokeh/default.nix +++ b/pkgs/development/python-modules/bokeh/default.nix @@ -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 = [