Merge pull request #49184 from r-ryantm/auto-update/python3.6-bokeh

python36Packages.bokeh: 0.13.0 -> 1.0.0
This commit is contained in:
Silvan Mosberger 2018-10-27 01:39:55 +02:00 committed by GitHub
commit b7b653e897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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