python38Packages.jupyterlab_server: 2.8.2 -> 2.10.1

authored by R. Ryantm and committed by Jonathan Ringer e2b2136d 18b5d3e0

+2 -2
+2 -2
pkgs/development/python-modules/jupyterlab_server/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "jupyterlab_server"; 19 - version = "2.8.2"; 20 disabled = pythonOlder "3.6"; 21 22 src = fetchPypi { 23 inherit pname version; 24 - sha256 = "26d813c8162c83d466df7d155865987dabe70aa452f9187dfb79fd88afc8fa0b"; 25 }; 26 27 postPatch = ''
··· 16 17 buildPythonPackage rec { 18 pname = "jupyterlab_server"; 19 + version = "2.10.1"; 20 disabled = pythonOlder "3.6"; 21 22 src = fetchPypi { 23 inherit pname version; 24 + sha256 = "9683d661fc059ae4e2039b582d0d80cec96778dad581bd27b5941a06191397ba"; 25 }; 26 27 postPatch = ''