Unverified Commit 77545ae7 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

Merge pull request #320586 from r-ryantm/auto-update/emacsPackages.lsp-bridge

emacsPackages.lsp-bridge: 20240609.1553 -> 20240615.2321
parents 8af84265 bc53eed5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
}:

let
  rev = "e5cf0b704274d3deae8f4a3b6a3d0664a176bc8b";
  rev = "152431c0b1d731d0302e1849690e2361f3caf7c1";
  python = python3.withPackages (ps: with ps; [
    epc
    orjson
@@ -28,13 +28,13 @@ let
in
melpaBuild {
  pname = "lsp-bridge";
  version = "20240609.1553";
  version = "20240615.2321";

  src = fetchFromGitHub {
    owner = "manateelazycat";
    repo = "lsp-bridge";
    inherit rev;
    hash = "sha256-96GgMJPLFoabhlvjTMWKtEpGuctjlcRuChvzDziaq8g=";
    hash = "sha256-LIjqr1IntQ6WTFOO3b6cAuB6LslG1HzVa9C+GYUyQOU=";
  };

  commit = rev;