Merge pull request #258664 from figsoda/ruff-lsp

ruff-lsp: 0.0.39 -> 0.0.40

authored by

Franz Pletz and committed by
GitHub
2e8f277e b823db4f

+2 -16
+2 -16
pkgs/development/tools/language-servers/ruff-lsp/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "ruff-lsp"; 19 - version = "0.0.39"; 20 pyproject = true; 21 disabled = pythonOlder "3.7"; 22 ··· 24 owner = "astral-sh"; 25 repo = "ruff-lsp"; 26 rev = "v${version}"; 27 - hash = "sha256-hbnSx59uSzXHeAhZPZnCzxl+mCZIdr29uUPfQCsm/Ww="; 28 }; 29 - 30 - patches = [ 31 - # update tests to fix compatibility with ruff 0.0.291 32 - # https://github.com/astral-sh/ruff-lsp/pull/250 33 - (fetchpatch { 34 - name = "bump-ruff-version.patch"; 35 - url = "https://github.com/astral-sh/ruff-lsp/commit/35691407c4f489416a46fd2e88ef037b1204feb7.patch"; 36 - hash = "sha256-D6k2BWDUqN4GBhjspRwg84Idr7fvKMbmAAkG3I1YOH4="; 37 - excludes = [ 38 - "requirements.txt" 39 - "requirements-dev.txt" 40 - ]; 41 - }) 42 - ]; 43 44 postPatch = '' 45 # ruff binary added to PATH in wrapper so it's not needed
··· 16 17 buildPythonPackage rec { 18 pname = "ruff-lsp"; 19 + version = "0.0.40"; 20 pyproject = true; 21 disabled = pythonOlder "3.7"; 22 ··· 24 owner = "astral-sh"; 25 repo = "ruff-lsp"; 26 rev = "v${version}"; 27 + hash = "sha256-CQ4SDIGhUTn7fdvoGag+XM7HcY+qJyp9McyzpoTQ0tM="; 28 }; 29 30 postPatch = '' 31 # ruff binary added to PATH in wrapper so it's not needed