Merge pull request #266606 from GaetanLepage/ruff-lsp

ruff-lsp: 0.0.42 -> 0.0.45
This commit is contained in:
OTABI Tomoya 2023-11-10 19:25:46 +09:00 committed by GitHub
commit 98a7b05e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,15 +16,15 @@
buildPythonPackage rec {
pname = "ruff-lsp";
version = "0.0.42";
version = "0.0.45";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff-lsp";
rev = "v${version}";
hash = "sha256-Dn/xPjYCyJYlDNMUfl61L/tWq5mRJ8WD0G5qZH9OepY=";
rev = "refs/tags/v${version}";
hash = "sha256-jTLkex2K/IQTKZp2duM26/EaYhG5E2bGs/QKt5PA7lc=";
};
postPatch = ''