python3Packages.bokeh: 3.7.2 -> 3.7.3

R. Ryantm ebdfe024 2450a1ec

Changed files
+2 -2
pkgs
development
python-modules
bokeh
+2 -2
pkgs/development/python-modules/bokeh/default.nix
···
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
-
version = "3.7.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-gMIYhc7CdkMazU25L4McceuZnqmVRwznd+DFd7DPwdg=";
};
patches = [
···
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
+
version = "3.7.3";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
+
hash = "sha256-cKian3l7ED1e5q0V+3lErdoRXPDamW7Qt1z7phyxLys=";
};
patches = [