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

python311Packages.bokeh: 3.3.3 -> 3.3.4
This commit is contained in:
Weijia Wang 2024-03-07 23:45:42 +01:00 committed by GitHub
commit 22df8d09be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,14 +48,14 @@
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
version = "3.3.3";
version = "3.3.4";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-bs5vACY/LSBDok6vnbdab4YO/Ioflt9mMYb+PrJpLdM=";
hash = "sha256-c7eYLcK43xW/Zgzd3I04JegpGVxDgBWl0Jgk8acCg2g=";
};
src_test = fetchFromGitHub {