summary refs log tree commit diff
path: root/pkgs/development/python-modules/bokeh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-26 12:43:23 -0700
committerSilvan Mosberger <infinisil@icloud.com>2018-10-27 01:38:57 +0200
commit0caea008ea2b61d346b14f43a75c442f04fc4875 (patch)
tree0408620610cee214af3ed2116fbc72e2d9bba10b /pkgs/development/python-modules/bokeh
parentddebab3575e8bd95b23b744156c7f6ab23b563f1 (diff)
downloadnixpkgs-0caea008ea2b61d346b14f43a75c442f04fc4875.tar
nixpkgs-0caea008ea2b61d346b14f43a75c442f04fc4875.tar.gz
nixpkgs-0caea008ea2b61d346b14f43a75c442f04fc4875.tar.bz2
nixpkgs-0caea008ea2b61d346b14f43a75c442f04fc4875.tar.lz
nixpkgs-0caea008ea2b61d346b14f43a75c442f04fc4875.tar.xz
nixpkgs-0caea008ea2b61d346b14f43a75c442f04fc4875.tar.zst
nixpkgs-0caea008ea2b61d346b14f43a75c442f04fc4875.zip
python36Packages.bokeh: 0.13.0 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-bokeh/versions
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 4855a07a479..567ea4518f8 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 = "0.13.0";
+  version = "1.0.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d0cf59774d7c74b7173b82ce36bde35b8fe9da0f960364ba3c4df0d1fbd874d6";
+    sha256 = "1h1g3jw53srcvbgl1jb9p2rfi7kjz6c91hbqxfbr3s2wx1f67ahn";
   };
 
   disabled = isPyPy;
@@ -48,6 +48,7 @@ buildPythonPackage rec {
   checkInputs = [ mock pytest pillow selenium ];
 
   propagatedBuildInputs = [
+    pillow
     flask
     jinja2
     markupsafe