Merge pull request #285762 from r-ryantm/auto-update/ruff-lsp

ruff-lsp: 0.0.50 -> 0.0.51
This commit is contained in:
Nick Cao 2024-02-02 10:30:09 -05:00 committed by GitHub
commit 0488375856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ruff-lsp";
version = "0.0.50";
version = "0.0.51";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "astral-sh";
repo = "ruff-lsp";
rev = "refs/tags/v${version}";
hash = "sha256-4LGCHbd5NVp6DakE9MwyB64BaMqHgYLxGGo9IXZzjiE=";
hash = "sha256-PEbDYVig0i1V8EF6ZDtdCTUz7Gz1HpZiOK0OZ1mbwjY=";
};
postPatch = ''