about summary refs log tree commit diff
path: root/pkgs/development/python-modules/panel
diff options
context:
space:
mode:
authorWael Nasreddine <wael.nasreddine@gmail.com>2019-09-01 00:32:43 -0600
committerGitHub <noreply@github.com>2019-09-01 00:32:43 -0600
commit4b516028162818038cf1d6b6a008df5feab94e19 (patch)
treef9bbb2113c9fcb77e335144f2b2fbcd3189dcaa3 /pkgs/development/python-modules/panel
parent22a9e79ad30c17a53cdacf73ff98e8eccfd29e68 (diff)
intake: 0.4.4 -> 0.5.3 (#66412)
Diffstat (limited to 'pkgs/development/python-modules/panel')
-rw-r--r--pkgs/development/python-modules/panel/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/panel/default.nix b/pkgs/development/python-modules/panel/default.nix
index fccd46c605db6..4c88f0e1e4b70 100644
--- a/pkgs/development/python-modules/panel/default.nix
+++ b/pkgs/development/python-modules/panel/default.nix
@@ -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