Doron Behar
2025-11-10 11:03:10 +02:00
parent a9352160f1
commit 32836b97f5
@@ -11,9 +11,9 @@
# dependencies
docstring-to-markdown,
jedi,
lsprotocol,
pydantic,
pygls,
lsprotocol_2025,
cattrs,
pygls_2,
# tests
pytestCheckHook,
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "jedi-language-server";
version = "0.45.1";
version = "0.46.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "pappasam";
repo = "jedi-language-server";
tag = "v${version}";
hash = "sha256-uO7+ui9FEeMF4sC/jI91px5wEWecvfJApogFMfwpPEs=";
hash = "sha256-8B/FYktdWtZvB8Us6zQ3gvx1MxJTzP2xyj1VhnM+Viw=";
};
build-system = [
@@ -42,9 +42,9 @@ buildPythonPackage rec {
dependencies = [
docstring-to-markdown
jedi
lsprotocol
pydantic
pygls
lsprotocol_2025
cattrs
pygls_2
];
nativeCheckInputs = [