Merge pull request #295925 from r-ryantm/auto-update/python311Packages.python-lsp-server

python311Packages.python-lsp-server: 1.10.0 -> 1.10.1
This commit is contained in:
Nick Cao 2024-03-14 13:06:28 -04:00 committed by GitHub
commit b4aa42ea4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "python-lsp-server";
version = "1.10.0";
version = "1.10.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-dh33m7wgOwUETjdNqqDKZnpTgbrYCg9/XXC296tHm4w=";
hash = "sha256-tY+BE8DAajZKwlZ2D7uCr9LC7D61ULkhV8Z9EpRu6j0=";
};
postPatch = ''