python3Packages.jupyter-lsp: 2.2.6 -> 2.3.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:23 +01:00
parent b683ab47c8
commit f8a22fd607
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "jupyter-lsp";
version = "2.2.6";
version = "2.3.0";
pyproject = true;
src = fetchPypi {
pname = "jupyter_lsp";
inherit version;
hash = "sha256-BWa9m7BP2eZ3SpN+0BUitVW6eL43vr73h8irIt5MA2E=";
hash = "sha256-RYqlkzncho+3hNczZPF9vOiDbpBs11/UcaMly6AuAkU=";
};
nativeBuildInputs = [ setuptools ];