Unverified Commit 4010b538 authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

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

parents 9100a4f6 bbb9e7bc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [
+5 −3
Original line number Diff line number Diff line
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")