python3Packages.jupyter-lsp: 2.3.0 -> 2.3.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:30 +02:00
parent 2acab174f1
commit ece3343867

View File

@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "jupyter-lsp";
version = "2.3.0";
version = "2.3.1";
pyproject = true;
src = fetchPypi {
pname = "jupyter_lsp";
inherit version;
hash = "sha256-RYqlkzncho+3hNczZPF9vOiDbpBs11/UcaMly6AuAkU=";
hash = "sha256-/fikqn2FgTl21uKeleaiyPdScB+SbycVMFJJo4KYBaY=";
};
nativeBuildInputs = [ setuptools ];