bokeh: 0.12.7 -> 0.12.9
This commit is contained in:
parent
272c0bf88c
commit
62f4ded8d2
@ -34,11 +34,11 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bokeh";
|
pname = "bokeh";
|
||||||
name = "${pname}${version}";
|
name = "${pname}${version}";
|
||||||
version = "0.12.7";
|
version = "0.12.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "2c42c95bf1a418c758dbff8446b4f5e5fc72ac10ea5da4e6b5010067396d0880";
|
sha256 = "00jx3yycy6fziihz45hwj1dsh520h3vmypp28mw0877rxpxl2yxg";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
@ -79,4 +79,4 @@ buildPythonPackage rec {
|
|||||||
homepage = "http://github.com/bokeh/bokeh";
|
homepage = "http://github.com/bokeh/bokeh";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user