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
This commit is contained in:
R. RyanTM 2018-10-26 12:43:23 -07:00 committed by Silvan Mosberger
parent ddebab3575
commit 0caea008ea
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -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