jedi-language-server: 0.46.0 -> 0.47.0

0.47.0 switched its build backend from poetry-core to hatchling; update
build-system to match. Upstream also relaxed the jedi bound to <0.21,
which nixpkgs' jedi 0.20.0 and pygls 2.1.1 satisfy.

Assisted-by: Claude Opus 4.8 (via Claude Code)
This commit is contained in:
Tomasz Feliksik
2026-07-15 02:46:09 +02:00
parent cf2053f51e
commit d4e6c3485e
@@ -5,7 +5,7 @@
fetchFromGitHub,
# build-system
poetry-core,
hatchling,
# dependencies
docstring-to-markdown,
@@ -23,18 +23,18 @@
buildPythonPackage rec {
pname = "jedi-language-server";
version = "0.46.0";
version = "0.47.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pappasam";
repo = "jedi-language-server";
tag = "v${version}";
hash = "sha256-8B/FYktdWtZvB8Us6zQ3gvx1MxJTzP2xyj1VhnM+Viw=";
hash = "sha256-UXFIVj2g/s669vgS9uLH+5qFjNFoIFhS5S6XDbzRYwU=";
};
build-system = [
poetry-core
hatchling
];
pythonRelaxDeps = [