ruff-lsp: 0.0.42 -> 0.0.45

Changelog: https://github.com/astral-sh/ruff-lsp/releases/tag/v0.0.45
This commit is contained in:
Gaetan Lepage
2023-11-10 07:58:21 +01:00
parent 451c1c0ebf
commit ad70153e43
@@ -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 = ''