mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
bokeh: 0.12.7 -> 0.12.9
This commit is contained in:
parent
272c0bf88c
commit
62f4ded8d2
1 changed files with 3 additions and 3 deletions
|
@ -34,11 +34,11 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "bokeh";
|
||||
name = "${pname}${version}";
|
||||
version = "0.12.7";
|
||||
version = "0.12.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2c42c95bf1a418c758dbff8446b4f5e5fc72ac10ea5da4e6b5010067396d0880";
|
||||
sha256 = "00jx3yycy6fziihz45hwj1dsh520h3vmypp28mw0877rxpxl2yxg";
|
||||
};
|
||||
|
||||
disabled = isPyPy;
|
||||
|
@ -79,4 +79,4 @@ buildPythonPackage rec {
|
|||
homepage = "http://github.com/bokeh/bokeh";
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue