emacsPackages.lsp-bridge: 0-unstable-2024-10-04 -> 0-unstable-2024-10-07 (#347132)

This commit is contained in:
Kira Bruneau 2024-10-10 12:25:50 -04:00 committed by GitHub
commit 062caf0f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,18 +24,19 @@ let
setuptools
sexpdata
six
watchdog
]
);
in
melpaBuild {
pname = "lsp-bridge";
version = "0-unstable-2024-10-04";
version = "0-unstable-2024-10-07";
src = fetchFromGitHub {
owner = "manateelazycat";
repo = "lsp-bridge";
rev = "2d0cd0bea3bd503ca3bb7bcf4a6a78af091c7ecc";
hash = "sha256-q6xIYUhXTqGeR9tnjd1xnCOnOeOMypJN6vfGjZDuIIM=";
rev = "f726a341c283a5b84d3587cf84e40817b8ec72c6";
hash = "sha256-JL02pYjM5DyUt5wCNN0UnLVSXv9DCfSaSBGy5PzLvyA=";
};
patches = [