python3Packages.bokeh: 3.2.2 -> 3.3.2

This commit is contained in:
Martin Weinelt 2023-12-02 23:59:57 +01:00
parent 9b69c1e666
commit bf789715b9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -48,14 +48,14 @@
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
version = "3.2.2";
version = "3.3.2";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-spWbhSTWnsTniGvDZAdEXwqS4fGVMNO/xARSNqG3pv8=";
hash = "sha256-rhgPhvd2Ul9+uBZzofJ+DrVoh9czdxZixRLsDYKkM/U=";
};
src_test = fetchFromGitHub {