python3Packages.jupyterlab-server: 2.27.3 -> 2.28.0

This commit is contained in:
Lorenzo Bertini
2025-12-05 14:57:53 +01:00
committed by GitHub
parent 6f63a036cb
commit 999f092bbd
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "jupyterlab-server";
version = "2.27.3";
version = "2.28.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupyterlab_server";
inherit version;
hash = "sha256-6zbKylnnRHGYjwriXHeUVhC4h/d3JVqiH4Bl3vnlHtQ=";
hash = "sha256-NbqoGJixX5NXPi3spQ0RrArkB+u2iCmdOlITJlAzcSw=";
};
postPatch = ''