python3Packages.panel: 0.11.1 -> 0.11.3
This commit is contained in:
parent
02c2a942d9
commit
94d73b52f2
|
@ -15,7 +15,7 @@ let
|
||||||
node = callPackage ./node {};
|
node = callPackage ./node {};
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "panel";
|
pname = "panel";
|
||||||
version = "0.11.1";
|
version = "0.11.3";
|
||||||
|
|
||||||
# Don't forget to also update the node packages
|
# Don't forget to also update the node packages
|
||||||
# 1. retrieve the package.json file
|
# 1. retrieve the package.json file
|
||||||
|
@ -23,7 +23,7 @@ in buildPythonPackage rec {
|
||||||
# 3. node2nix
|
# 3. node2nix
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ce531e5c0c8a8ae74d523762aeb1666650caebbe1867aba16129d29791e921f9";
|
sha256 = "sha256-HpHYHysPE6MRxR0kek5C7sunHMfBsUGdZfxamz2jcLc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Since 0.10.0 panel attempts to fetch from the web.
|
# Since 0.10.0 panel attempts to fetch from the web.
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
sources = {
|
sources = {
|
||||||
"@bokeh/bokehjs-2.3.0" = {
|
"@bokeh/bokehjs-2.3.1" = {
|
||||||
name = "_at_bokeh_slash_bokehjs";
|
name = "_at_bokeh_slash_bokehjs";
|
||||||
packageName = "@bokeh/bokehjs";
|
packageName = "@bokeh/bokehjs";
|
||||||
version = "2.3.0";
|
version = "2.3.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-2.3.0.tgz";
|
url = "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-2.3.1.tgz";
|
||||||
sha512 = "geKBhYUVJ5IaY0UNk9k2P0yiYLCj+DOeNjdDneuTJ8K5R9fs0Rpp4iiaQKUGr1yUyQHGHLU8sk4CFZ+Bd5ZILg==";
|
sha512 = "DlNZaqAJFUw38IuSk2TUOcfyiK8Ya3kDRpYt/RgVUftIDW2CWLbBo47kbug9+ykEF49rcnlxcCXhNXzpg4V7gw==";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"@bokeh/numbro-1.6.2" = {
|
"@bokeh/numbro-1.6.2" = {
|
||||||
|
@ -476,10 +476,10 @@ let
|
||||||
args = {
|
args = {
|
||||||
name = "_at_holoviz_slash_panel";
|
name = "_at_holoviz_slash_panel";
|
||||||
packageName = "@holoviz/panel";
|
packageName = "@holoviz/panel";
|
||||||
version = "0.11.1";
|
version = "0.11.3";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
dependencies = [
|
dependencies = [
|
||||||
sources."@bokeh/bokehjs-2.3.0"
|
sources."@bokeh/bokehjs-2.3.1"
|
||||||
sources."@bokeh/numbro-1.6.2"
|
sources."@bokeh/numbro-1.6.2"
|
||||||
(sources."@bokeh/slickgrid-2.4.2702" // {
|
(sources."@bokeh/slickgrid-2.4.2702" // {
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Reference in New Issue