Merge pull request #329761 from r-ryantm/auto-update/python312Packages.bokeh

python312Packages.bokeh: 3.4.1 -> 3.5.0
This commit is contained in:
OTABI Tomoya
2024-07-27 12:51:19 +09:00
committed by GitHub
@@ -47,14 +47,14 @@
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
version = "3.4.1";
version = "3.5.0";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-2CSWHkJlNnsHUM5YsH5WStC4PKZLM1UhzTQh6bnxDYk=";
hash = "sha256-Zeia3b6QDDevJaIFKuF0ttO6HvCMkf1att/XEuGEw5k=";
};
src_test = fetchFromGitHub {