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

emacsPackages.lsp-bridge: 20240615.2321 -> 20240622.236
This commit is contained in:
Kira Bruneau 2024-06-24 12:48:50 -04:00 committed by GitHub
commit e28d6096f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
}: }:
let let
rev = "152431c0b1d731d0302e1849690e2361f3caf7c1"; rev = "4bfbbe4e6c44d80b15cb501fa3444ad03dba2824";
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 = "20240615.2321"; version = "20240622.236";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "manateelazycat"; owner = "manateelazycat";
repo = "lsp-bridge"; repo = "lsp-bridge";
inherit rev; inherit rev;
hash = "sha256-LIjqr1IntQ6WTFOO3b6cAuB6LslG1HzVa9C+GYUyQOU="; hash = "sha256-rzaUtUYDEZAuRjSgThHKxrQ7U8ZIO0k750aH08VpA08=";
}; };
commit = rev; commit = rev;