intake: 0.4.4 -> 0.5.3 (#66412)

This commit is contained in:
Wael Nasreddine
2019-09-01 00:32:43 -06:00
committed by GitHub
parent 22a9e79ad3
commit 4b51602816
5 changed files with 63 additions and 62 deletions

View File

@@ -11,18 +11,13 @@
buildPythonPackage rec {
pname = "panel";
version = "0.4.0";
version = "0.6.2";
src = fetchPypi {
inherit pname version;
sha256 = "21fc6729909dba4ba8c9a84b7fadd293322cc2594d15ac73b0f66a5ceffd1f98";
sha256 = "04w8jjlf7yz3k84xnacahczc9mmddqyp756rj3n8hclks9c1ww40";
};
postPatch = ''
substituteInPlace setup.py \
--replace "testpath<0.4" "testpath"
'';
propagatedBuildInputs = [
bokeh
param