python311Packages.bokeh: 3.3.2 -> 3.3.3

This commit is contained in:
R. Ryantm
2024-01-13 17:36:20 +00:00
parent 2d1894e6fa
commit 83bf19239f
@@ -48,14 +48,14 @@
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
version = "3.3.2";
version = "3.3.3";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-rhgPhvd2Ul9+uBZzofJ+DrVoh9czdxZixRLsDYKkM/U=";
hash = "sha256-bs5vACY/LSBDok6vnbdab4YO/Ioflt9mMYb+PrJpLdM=";
};
src_test = fetchFromGitHub {