Skip to content

Commit affab2b

Browse files
committed
python312Packages.lsp-tree-sitter: 0.0.16 -> 0.0.17
1 parent 55d82ef commit affab2b

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/lsp-tree-sitter

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/lsp-tree-sitter/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "lsp-tree-sitter";
17-
version = "0.0.16";
17+
version = "0.0.17";
1818
pyproject = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "neomutt";
2222
repo = "lsp-tree-sitter";
2323
tag = version;
24-
hash = "sha256-nRzyVZFgb08M0I+xmhuX1LDwPsghlBLdZ2Ou8stKzk0=";
24+
hash = "sha256-4DQzHdii2YS/Xg6AdT/kXC/8B88ZQaLgUf2oWoOthV8=";
2525
};
2626

2727
build-system = [

0 commit comments

Comments
 (0)