python: bokeh: 0.12.15 -> 0.12.16

This commit is contained in:
Frederik Rietdijk 2018-05-28 14:16:56 +02:00
parent a1a33ecdfd
commit 7be2f98c8f
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "bokeh"; pname = "bokeh";
version = "0.12.15"; version = "0.12.16";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2891b883b30107dc610a7e963a21222f1fd096844d157c09db115179cfab6513"; sha256 = "de14151c7ef768f858f46168546c1d492cb04ab3c58bc118329a78ebf35b4688";
}; };
disabled = isPyPy; disabled = isPyPy;