summary refs log tree commit diff
path: root/pkgs/development/python-modules/bokeh
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-04-07 14:25:52 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-07 14:25:52 +0200
commit3660d282acaf1e00aecdb38fa9a4d848f599b8ba (patch)
treebe1842602480bd4cb0c13c0cfef742834c40975f /pkgs/development/python-modules/bokeh
parent32a5b44b8d6215087f0c74332eafc25bb13662d6 (diff)
downloadnixpkgs-3660d282acaf1e00aecdb38fa9a4d848f599b8ba.tar
nixpkgs-3660d282acaf1e00aecdb38fa9a4d848f599b8ba.tar.gz
nixpkgs-3660d282acaf1e00aecdb38fa9a4d848f599b8ba.tar.bz2
nixpkgs-3660d282acaf1e00aecdb38fa9a4d848f599b8ba.tar.lz
nixpkgs-3660d282acaf1e00aecdb38fa9a4d848f599b8ba.tar.xz
nixpkgs-3660d282acaf1e00aecdb38fa9a4d848f599b8ba.tar.zst
nixpkgs-3660d282acaf1e00aecdb38fa9a4d848f599b8ba.zip
Revert "python3Packages.bokeh: 2.2.3 -> 2.3.0"
This version of bokeh is apparently incompatible with the current panel (0.9.7).
Using it results in all kind of missing models and modules.

We should upgrade panel but it is not straightforward. Until then, bokeh should
remain at 2.2.

This reverts commit ba9b70bcfd2ea5fbceff3d824cff5339e4f85419.
Diffstat (limited to 'pkgs/development/python-modules/bokeh')
-rw-r--r--pkgs/development/python-modules/bokeh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bokeh/default.nix b/pkgs/development/python-modules/bokeh/default.nix
index 67d5088bf7d..091b020efc2 100644
--- a/pkgs/development/python-modules/bokeh/default.nix
+++ b/pkgs/development/python-modules/bokeh/default.nix
@@ -33,11 +33,11 @@
 
 buildPythonPackage rec {
   pname = "bokeh";
-  version = "2.3.0";
+  version = "2.2.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "dd417708f90702190222b1068a645acae99e66d4b58d7a336d545aeaa04e9b40";
+    sha256 = "c4a3f97afe5f525019dd58ee8c4e3d43f53fe1b1ac264ccaae9b02c07b2abc17";
   };
 
   patches = [