python3Packages.lsprotocol_2023: exclude from automatic updates (#478108)

This commit is contained in:
Doron Behar
2026-01-09 11:13:50 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "lsprotocol";
version = "2023.0.1";
version = "2023.0.1"; # nixpkgs-update: no auto update
pyproject = true;
src = fetchFromGitHub {
@@ -57,6 +57,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "lsprotocol" ];
passthru.skipBulkUpdate = true;
meta = {
description = "Python implementation of the Language Server Protocol";
homepage = "https://github.com/microsoft/lsprotocol";