Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-07 18:14:56 +00:00
committed by GitHub
14 changed files with 65 additions and 29 deletions

View File

@@ -33,11 +33,11 @@
buildPythonPackage rec {
pname = "bokeh";
version = "2.3.0";
version = "2.2.3"; # update together with panel which is not straightforward
src = fetchPypi {
inherit pname version;
sha256 = "dd417708f90702190222b1068a645acae99e66d4b58d7a336d545aeaa04e9b40";
sha256 = "c4a3f97afe5f525019dd58ee8c4e3d43f53fe1b1ac264ccaae9b02c07b2abc17";
};
patches = [