about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-30 18:18:13 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:25 +0100
commit41f2c382e679ef5c60e0e6b852870ff517c2aac9 (patch)
treef880e59b8984f142691cdad7905b3442319e47e6
parentfe20e4391074ade165eb128d164f263770c8b21d (diff)
Revert "python3Packages.panel: 0.9.7 -> 0.10.2"
Panel attempts to fetch js models from the web. Yikes!

This reverts commit 8d2cae0c2c4452aa0034e877540776b946a8374a.
-rw-r--r--pkgs/development/python-modules/panel/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/panel/default.nix b/pkgs/development/python-modules/panel/default.nix
index 56163fc362fca..10dafc0072a34 100644
--- a/pkgs/development/python-modules/panel/default.nix
+++ b/pkgs/development/python-modules/panel/default.nix
@@ -12,11 +12,13 @@
 
 buildPythonPackage rec {
   pname = "panel";
-  version = "0.10.2";
+  version = "0.9.7";
+  # Version 10 attempts to download models from the web during build-time
+  # https://github.com/holoviz/panel/issues/1819
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b5eeec277524c3146b4f6fc5f0e9ba61755e9c088d50312ecf5e6058f9efb59e";
+    sha256 = "2e86d82bdd5e7664bf49558eedad62b664d5403ec9e422e5ddfcf69e3bd77318";
   };
 
   propagatedBuildInputs = [