python312Packages.jedi-language-server: 0.41.1-unstable-2023-10-04 -> 0.41.3

This commit is contained in:
Fabian Möller 2024-03-21 23:04:40 +01:00
parent 20f77aa099
commit d66d79995f
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -11,12 +11,11 @@
, pytestCheckHook , pytestCheckHook
, python-lsp-jsonrpc , python-lsp-jsonrpc
, pythonOlder , pythonOlder
, pythonRelaxDepsHook
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "jedi-language-server"; pname = "jedi-language-server";
version = "0.41.1-unstable-2023-10-04"; version = "0.41.3";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -24,17 +23,12 @@ buildPythonPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pappasam"; owner = "pappasam";
repo = pname; repo = pname;
rev = "c4c470cff67e54593a626b22d1b6b05e56fde3a3"; rev = "v${version}";
hash = "sha256-qFBni97B/GkabbznnZtWTG4dCHFkOx5UQjuevxq+Uvo="; hash = "sha256-+k4WOoEbVe7mlPyPj0ttBM+kmjq8V739yHi36BDYK2U=";
}; };
pythonRelaxDeps = [
"pygls"
];
nativeBuildInputs = [ nativeBuildInputs = [
poetry-core poetry-core
pythonRelaxDepsHook
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [