python312Packages.bokeh: 3.6.0 -> 3.6.2

This commit is contained in:
R. Ryantm
2024-12-25 04:26:56 +00:00
parent 6437a6b9b7
commit e32ee3259a
@@ -46,14 +46,14 @@
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
version = "3.6.0";
version = "3.6.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-ADLcHnatCXsHYm5RWEaF/0jGVIH7qq0QVmOxBGFlhno=";
hash = "sha256-LzBD2eyz1dwujA6/itVXJ2FxiNTlNPPnIIs2NX41I5Y=";
};
src_test = fetchFromGitHub {