python3Packages.panel: 0.11.1 -> 0.11.3

+8 -8
+2 -2
pkgs/development/python-modules/panel/default.nix
··· 15 node = callPackage ./node {}; 16 in buildPythonPackage rec { 17 pname = "panel"; 18 - version = "0.11.1"; 19 20 # Don't forget to also update the node packages 21 # 1. retrieve the package.json file ··· 23 # 3. node2nix 24 src = fetchPypi { 25 inherit pname version; 26 - sha256 = "ce531e5c0c8a8ae74d523762aeb1666650caebbe1867aba16129d29791e921f9"; 27 }; 28 29 # Since 0.10.0 panel attempts to fetch from the web.
··· 15 node = callPackage ./node {}; 16 in buildPythonPackage rec { 17 pname = "panel"; 18 + version = "0.11.3"; 19 20 # Don't forget to also update the node packages 21 # 1. retrieve the package.json file ··· 23 # 3. node2nix 24 src = fetchPypi { 25 inherit pname version; 26 + sha256 = "sha256-HpHYHysPE6MRxR0kek5C7sunHMfBsUGdZfxamz2jcLc="; 27 }; 28 29 # Since 0.10.0 panel attempts to fetch from the web.
+6 -6
pkgs/development/python-modules/panel/node/node-packages.nix
··· 4 5 let 6 sources = { 7 - "@bokeh/bokehjs-2.3.0" = { 8 name = "_at_bokeh_slash_bokehjs"; 9 packageName = "@bokeh/bokehjs"; 10 - version = "2.3.0"; 11 src = fetchurl { 12 - url = "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-2.3.0.tgz"; 13 - sha512 = "geKBhYUVJ5IaY0UNk9k2P0yiYLCj+DOeNjdDneuTJ8K5R9fs0Rpp4iiaQKUGr1yUyQHGHLU8sk4CFZ+Bd5ZILg=="; 14 }; 15 }; 16 "@bokeh/numbro-1.6.2" = { ··· 476 args = { 477 name = "_at_holoviz_slash_panel"; 478 packageName = "@holoviz/panel"; 479 - version = "0.11.1"; 480 src = ./.; 481 dependencies = [ 482 - sources."@bokeh/bokehjs-2.3.0" 483 sources."@bokeh/numbro-1.6.2" 484 (sources."@bokeh/slickgrid-2.4.2702" // { 485 dependencies = [
··· 4 5 let 6 sources = { 7 + "@bokeh/bokehjs-2.3.1" = { 8 name = "_at_bokeh_slash_bokehjs"; 9 packageName = "@bokeh/bokehjs"; 10 + version = "2.3.1"; 11 src = fetchurl { 12 + url = "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-2.3.1.tgz"; 13 + sha512 = "DlNZaqAJFUw38IuSk2TUOcfyiK8Ya3kDRpYt/RgVUftIDW2CWLbBo47kbug9+ykEF49rcnlxcCXhNXzpg4V7gw=="; 14 }; 15 }; 16 "@bokeh/numbro-1.6.2" = { ··· 476 args = { 477 name = "_at_holoviz_slash_panel"; 478 packageName = "@holoviz/panel"; 479 + version = "0.11.3"; 480 src = ./.; 481 dependencies = [ 482 + sources."@bokeh/bokehjs-2.3.1" 483 sources."@bokeh/numbro-1.6.2" 484 (sources."@bokeh/slickgrid-2.4.2702" // { 485 dependencies = [