python311Packages.python-lsp-server: 1.8.0 -> 1.8.1
Diff: https://github.com/python-lsp/python-lsp-server/compare/refs/tags/v1.8.0...v1.8.1 Changelog: https://github.com/python-lsp/python-lsp-server/blob/v1.8.1/CHANGELOG.md
This commit is contained in:
parent
546637df9d
commit
54b9dc5301
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-lsp-server";
|
||||
version = "1.8.0";
|
||||
version = "1.8.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -44,7 +44,7 @@ buildPythonPackage rec {
|
|||
owner = "python-lsp";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-hLgMGZumuNY70/qyD9t5pMpYI/g70sqFIt1LEfIEALY=";
|
||||
hash = "sha256-8wFLZuGWt3qIRUkprxzFgxh+rtmIyMBjeCnzCNTbXzA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue