python3Packages.python-lsp-server: 1.13.2 -> 1.14.0 (#468556)

This commit is contained in:
dotlambda
2025-12-07 01:26:18 +00:00
committed by GitHub
@@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "python-lsp-server";
version = "1.13.2";
version = "1.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-lsp";
repo = "python-lsp-server";
tag = "v${version}";
hash = "sha256-uW4q/uwEkKASZBPQ994s5+t5Urg7/nZIaIv4hqyIffM=";
hash = "sha256-Yq5dYaX+/hLvmPpHI8rhCcSlabQBPAyUrIQRgnoi17c=";
};
pythonRelaxDeps = [