python3Packages.lsprotocol_2023: exclude from automatic updates (#478108)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user