Merge pull request #280782 from r-ryantm/auto-update/python311Packages.bokeh

python311Packages.bokeh: 3.3.2 -> 3.3.3
This commit is contained in:
OTABI Tomoya
2024-01-15 17:13:31 +09:00
committed by GitHub
@@ -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 {