emacsPackages.lsp-bridge: 0-unstable-2025-02-10 -> 0-unstable-2025-06-28 (#425675)

This commit is contained in:
adisbladis 2025-07-16 18:18:55 +12:00 committed by GitHub
commit 4010b538ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View File

@ -32,13 +32,13 @@ let
in
melpaBuild {
pname = "lsp-bridge";
version = "0-unstable-2025-02-10";
version = "0-unstable-2025-06-28";
src = fetchFromGitHub {
owner = "manateelazycat";
repo = "lsp-bridge";
rev = "4401d1396dce89d1fc5dc5414565818dd1c30ae0";
hash = "sha256-lWbFbYwJoy4UAezKUK7rnjQlDcnszHQwK5I7fuHfE8Y=";
rev = "3b37a04bd1b6bbcdc2b0ad7a5c388ad027eb7a25";
hash = "sha256-0pjRihJapljd/9nR7G+FC+gCqD82YGITPK2mcJcI7ZI=";
};
patches = [

View File

@ -1,8 +1,8 @@
diff --git a/lsp-bridge.el b/lsp-bridge.el
index 278c27e..f0c67c2 100644
index d3e2ff7..1b1d745 100644
--- a/lsp-bridge.el
+++ b/lsp-bridge.el
@@ -340,19 +340,7 @@ Setting this to nil or 0 will turn off the indicator."
@@ -417,21 +417,7 @@ LSP-Bridge will enable completion inside string literals."
"Name of LSP-Bridge buffer."
:type 'string)
@ -13,7 +13,9 @@ index 278c27e..f0c67c2 100644
- "python3.exe")
- ((executable-find "python.exe")
- "python.exe")))
- (t (cond ((executable-find "pypy3")
- (t (cond ((executable-find "python-lsp-bridge")
- "python-lsp-bridge")
- ((executable-find "pypy3")
- "pypy3")
- ((executable-find "python3")
- "python3")