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

ruff-lsp: 0.0.52 -> 0.0.53
This commit is contained in:
Nick Cao 2024-03-01 10:18:49 -05:00 committed by GitHub
commit ef222c2eeb
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.52";
version = "0.0.53";
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-T18c0vKy/RUWiDjX2oScVxgVIhlj7t3M/+IoKsQ0N4w=";
hash = "sha256-gtMqIsgGCzSBo5D4+Ne8tUloDV9+MufYkN96yr7XVd4=";
};
postPatch = ''