about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bokeh
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-12-30 12:21:47 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-12-30 17:06:32 +0100
commit5ce2e95c987a05a49a7b47d260f8d4f6a8a2b358 (patch)
treeb606d497625207312bfafff217e54079b6ad7833 /pkgs/development/python-modules/bokeh
parent36b8acaf1f3f149819a50d0fc0dff37cbb8d5768 (diff)
downloadnixlib-5ce2e95c987a05a49a7b47d260f8d4f6a8a2b358.tar
nixlib-5ce2e95c987a05a49a7b47d260f8d4f6a8a2b358.tar.gz
nixlib-5ce2e95c987a05a49a7b47d260f8d4f6a8a2b358.tar.bz2
nixlib-5ce2e95c987a05a49a7b47d260f8d4f6a8a2b358.tar.lz
nixlib-5ce2e95c987a05a49a7b47d260f8d4f6a8a2b358.tar.xz
nixlib-5ce2e95c987a05a49a7b47d260f8d4f6a8a2b358.tar.zst
nixlib-5ce2e95c987a05a49a7b47d260f8d4f6a8a2b358.zip
python: bokeh: 0.12.10 -> 0.12.13
Diffstat (limited to 'pkgs/development/python-modules/bokeh')
-rw-r--r--pkgs/development/python-modules/bokeh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bokeh/default.nix b/pkgs/development/python-modules/bokeh/default.nix
index 244ee43d0aab..e3c77fa65cf4 100644
--- a/pkgs/development/python-modules/bokeh/default.nix
+++ b/pkgs/development/python-modules/bokeh/default.nix
@@ -34,11 +34,11 @@
 buildPythonPackage rec {
   pname = "bokeh";
   name = "${pname}${version}";
-  version = "0.12.10";
+  version = "0.12.13";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6465fae82e94223f16584645b38d34a73d95712870f29c0244649c2cbf2c8393";
+    sha256 = "6e28cbfd88de0c459435278b75f9982591ec0aaa3d37a195052645e1c62e89e3";
   };
 
   disabled = isPyPy;