python3Packages.panel: 0.9.7 -> 0.11.1
This commit is contained in:
parent
0c52670268
commit
21aae701e2
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "panel";
|
pname = "panel";
|
||||||
version = "0.9.7";
|
version = "0.11.1";
|
||||||
# Version 10 attempts to download models from the web during build-time
|
# Version 10 attempts to download models from the web during build-time
|
||||||
# https://github.com/holoviz/panel/issues/1819
|
# https://github.com/holoviz/panel/issues/1819
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "2e86d82bdd5e7664bf49558eedad62b664d5403ec9e422e5ddfcf69e3bd77318";
|
sha256 = "ce531e5c0c8a8ae74d523762aeb1666650caebbe1867aba16129d29791e921f9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user