textlsp: 0.3.2 -> 0.4.0

This commit is contained in:
R. Ryantm
2026-01-04 10:22:16 +00:00
parent d410f1407c
commit c41faf2101
+2 -2
View File
@@ -5,14 +5,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "textlsp";
version = "0.3.2";
version = "0.4.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "hangyav";
repo = "textLSP";
tag = "v${version}";
hash = "sha256-Z1ozkS6zo/h0j0AU5K+Ri/ml8KqCjdEcQKpFtNER4Hk=";
hash = "sha256-euzihVBwpCgLD74SDOPD5P3X3vhEIBd4pP5EyVhPccQ=";
};
build-system = [ python3.pkgs.setuptools ];