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 17:40:32 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-07 17:40:32 +0200
commitc6ed6450c9357c95d542b60e866b82f2475afb16 (patch)
tree053458fa86d622bef1e75ced1d5a48b073409310 /pkgs/development/python-modules/bokeh
parent5e2eccd2981f6876a2610378263f6bf728118917 (diff)
downloadnixpkgs-c6ed6450c9357c95d542b60e866b82f2475afb16.tar
nixpkgs-c6ed6450c9357c95d542b60e866b82f2475afb16.tar.gz
nixpkgs-c6ed6450c9357c95d542b60e866b82f2475afb16.tar.bz2
nixpkgs-c6ed6450c9357c95d542b60e866b82f2475afb16.tar.lz
nixpkgs-c6ed6450c9357c95d542b60e866b82f2475afb16.tar.xz
nixpkgs-c6ed6450c9357c95d542b60e866b82f2475afb16.tar.zst
nixpkgs-c6ed6450c9357c95d542b60e866b82f2475afb16.zip
Revert "Revert "python3Packages.bokeh: 2.2.3 -> 2.3.0""
Bokeh is now used with a supposedly compatible version of panel.
This reverts commit 3660d282acaf1e00aecdb38fa9a4d848f599b8ba.
Diffstat (limited to 'pkgs/development/python-modules/bokeh')
-rw-r--r--pkgs/development/python-modules/bokeh/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bokeh/default.nix b/pkgs/development/python-modules/bokeh/default.nix
index 9375aa22a3f..cbe00ec32f9 100644
--- a/pkgs/development/python-modules/bokeh/default.nix
+++ b/pkgs/development/python-modules/bokeh/default.nix
@@ -33,11 +33,12 @@
 
 buildPythonPackage rec {
   pname = "bokeh";
-  version = "2.2.3";  # update together with panel which is not straightforward
+  # update together with panel which is not straightforward
+  version = "2.3.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c4a3f97afe5f525019dd58ee8c4e3d43f53fe1b1ac264ccaae9b02c07b2abc17";
+    sha256 = "dd417708f90702190222b1068a645acae99e66d4b58d7a336d545aeaa04e9b40";
   };
 
   patches = [