emacsPackages.lsp-bridge: 20240516.145 -> 20240520.1548

This commit is contained in:
R. Ryantm 2024-05-21 09:13:12 +00:00
parent f867779e2e
commit 7906653799

View File

@ -16,7 +16,7 @@
}:
let
rev = "87ecb45eebf345a2f60bdca47e9073ec833f7737";
rev = "14180dcfa42a50e5365175a1bf5dc9dd8db196eb";
python = python3.withPackages (ps: with ps; [
epc
orjson
@ -28,13 +28,13 @@ let
in
melpaBuild {
pname = "lsp-bridge";
version = "20240516.145";
version = "20240520.1548";
src = fetchFromGitHub {
owner = "manateelazycat";
repo = "lsp-bridge";
inherit rev;
hash = "sha256-s0Tvvo4NO2GJrKSfE7XNuI1OBkf2bLRvaJilVWjyyE0=";
hash = "sha256-HIOIHvcazCeyAlMoVSPl8uVXh5zI+UuoNNJgIhFO6BY=";
};
commit = rev;