emacsPackages.lsp-bridge: 20240423.38 -> 20240424.1125

This commit is contained in:
R. Ryantm 2024-04-26 12:52:08 +00:00
parent b00f19626a
commit 934c313074

View File

@ -16,7 +16,7 @@
}: }:
let let
rev = "4d18701bdef13f6bdc0ad58d26896dff0548dbab"; rev = "977d344e2e930f3680990014f84ca94877d6eebf";
python = python3.withPackages (ps: with ps; [ python = python3.withPackages (ps: with ps; [
epc epc
orjson orjson
@ -28,13 +28,13 @@ let
in in
melpaBuild { melpaBuild {
pname = "lsp-bridge"; pname = "lsp-bridge";
version = "20240423.38"; version = "20240424.1125";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "manateelazycat"; owner = "manateelazycat";
repo = "lsp-bridge"; repo = "lsp-bridge";
inherit rev; inherit rev;
hash = "sha256-6taxbsu5v/mQBwl0CPt/fsTQpclNhi2alp/xIh5omJA="; hash = "sha256-moG0BaHHN3ySON4aMza43Ub4GKuGV9mGSzC48xoiPl8=";
}; };
commit = rev; commit = rev;