python3Packages.lsprotocol_2023: exclude from automatic updates

This commit is contained in:
Robert Schütz
2026-01-08 07:38:16 -08:00
parent 714a2de932
commit eb4c2e0b6a
@@ -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";