python3Packages.bokeh: 3.7.2 -> 3.7.3 (#408678)

This commit is contained in:
Weijia Wang 2025-05-25 09:51:25 +02:00 committed by GitHub
commit 2bf215fe2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,14 +46,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "bokeh"; pname = "bokeh";
# update together with panel which is not straightforward # update together with panel which is not straightforward
version = "3.7.2"; version = "3.7.3";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-gMIYhc7CdkMazU25L4McceuZnqmVRwznd+DFd7DPwdg="; hash = "sha256-cKian3l7ED1e5q0V+3lErdoRXPDamW7Qt1z7phyxLys=";
}; };
patches = [ patches = [