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:
commit
b7b653e897
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user