Merge pull request #297795 from B4dM4n/update-jedi-language-server

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

authored by Doron Behar and committed by GitHub 1e546323 463be747

+3 -9
+3 -9
pkgs/development/python-modules/jedi-language-server/default.nix
··· 11 11 , pytestCheckHook 12 12 , python-lsp-jsonrpc 13 13 , pythonOlder 14 - , pythonRelaxDepsHook 15 14 }: 16 15 17 16 buildPythonPackage rec { 18 17 pname = "jedi-language-server"; 19 - version = "0.41.1-unstable-2023-10-04"; 18 + version = "0.41.3"; 20 19 format = "pyproject"; 21 20 22 21 disabled = pythonOlder "3.8"; ··· 24 23 src = fetchFromGitHub { 25 24 owner = "pappasam"; 26 25 repo = pname; 27 - rev = "c4c470cff67e54593a626b22d1b6b05e56fde3a3"; 28 - hash = "sha256-qFBni97B/GkabbznnZtWTG4dCHFkOx5UQjuevxq+Uvo="; 26 + rev = "v${version}"; 27 + hash = "sha256-+k4WOoEbVe7mlPyPj0ttBM+kmjq8V739yHi36BDYK2U="; 29 28 }; 30 29 31 - pythonRelaxDeps = [ 32 - "pygls" 33 - ]; 34 - 35 30 nativeBuildInputs = [ 36 31 poetry-core 37 - pythonRelaxDepsHook 38 32 ]; 39 33 40 34 propagatedBuildInputs = [