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

emacsPackages.lsp-bridge: 20240510.1618 -> 20240516.145
This commit is contained in:
Kira Bruneau 2024-05-16 07:51:01 -04:00 committed by GitHub
commit bcd8880c1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
}:
let
rev = "b8768c4a76525d82360d124c829774acd26634c3";
rev = "87ecb45eebf345a2f60bdca47e9073ec833f7737";
python = python3.withPackages (ps: with ps; [
epc
orjson
@ -28,13 +28,13 @@ let
in
melpaBuild {
pname = "lsp-bridge";
version = "20240510.1618";
version = "20240516.145";
src = fetchFromGitHub {
owner = "manateelazycat";
repo = "lsp-bridge";
inherit rev;
hash = "sha256-f+JnzW4XrDC3QP9iuhKAmy+T2adoFx+0q03GI7VO0/s=";
hash = "sha256-s0Tvvo4NO2GJrKSfE7XNuI1OBkf2bLRvaJilVWjyyE0=";
};
commit = rev;