emacsPackages.lsp-bridge: 0-unstable-2024-06-29 -> 0-unstable-2024-07-14

This commit is contained in:
Kira Bruneau
2024-07-19 22:56:52 -04:00
parent ad0111043c
commit e4a86349e6
2 changed files with 10 additions and 9 deletions
@@ -58,7 +58,7 @@ in
llvm-mode = callPackage ./manual-packages/llvm-mode { };
lsp-bridge = callPackage ./manual-packages/lsp-bridge {
inherit (pkgs) python3 git go gopls pyright;
inherit (pkgs) basedpyright git go gopls python3;
};
lspce = callPackage ./manual-packages/lspce { };
@@ -6,11 +6,10 @@
substituteAll,
acm,
markdown-mode,
basedpyright,
git,
go,
gopls,
pyright,
ruff,
tempel,
unstableGitUpdater,
}:
@@ -30,13 +29,13 @@ let
in
melpaBuild {
pname = "lsp-bridge";
version = "0-unstable-2024-06-29";
version = "0-unstable-2024-07-14";
src = fetchFromGitHub {
owner = "manateelazycat";
repo = "lsp-bridge";
rev = "9e88e660d717ba597d9fe9366cf4278674734410";
hash = "sha256-qpetTKZDQjoofp8ggothYALQBpwLjuNxCq46Pe4oZZA=";
rev = "023924926ae6adfbcf5458c350b90dea7c05d51b";
hash = "sha256-59bl4YbKS3HgrGJlUfM3LPabxKuuE+dT7CnVUJIl05k=";
};
patches = [
@@ -54,13 +53,15 @@ melpaBuild {
];
checkInputs = [
# Emacs packages
tempel
# Executables
basedpyright
git
go
gopls
pyright
python
ruff
tempel
];
files = ''