From b5f891921692c42cb9f985324434e68812247a78 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 19 Nov 2025 14:19:34 +0000 Subject: [PATCH] python3Packages.python-lsp-server: 1.13.1 -> 1.13.2 Diff: https://github.com/python-lsp/python-lsp-server/compare/v1.13.1...v1.13.2 Changelog: https://github.com/python-lsp/python-lsp-server/blob/v1.13.2/CHANGELOG.md --- .../development/python-modules/python-lsp-server/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/python-lsp-server/default.nix b/pkgs/development/python-modules/python-lsp-server/default.nix index 6667e5e69cff..637e3d58cd88 100644 --- a/pkgs/development/python-modules/python-lsp-server/default.nix +++ b/pkgs/development/python-modules/python-lsp-server/default.nix @@ -42,14 +42,14 @@ buildPythonPackage rec { pname = "python-lsp-server"; - version = "1.13.1"; + version = "1.13.2"; pyproject = true; src = fetchFromGitHub { owner = "python-lsp"; repo = "python-lsp-server"; tag = "v${version}"; - hash = "sha256-wxouTbqkieH3fxnXY0PIKDtDV97AbGWujisS2JmjBkE="; + hash = "sha256-uW4q/uwEkKASZBPQ994s5+t5Urg7/nZIaIv4hqyIffM="; }; pythonRelaxDeps = [ @@ -114,7 +114,6 @@ buildPythonPackage rec { writableTmpDirAsHomeHook ] ++ optional-dependencies.all; - versionCheckProgram = "${placeholder "out"}/bin/pylsp"; versionCheckProgramArg = "--version"; disabledTests = [