Merge pull request #283689 from GaetanLepage/ruff-lsp

ruff-lsp: 0.0.49 -> 0.0.50

authored by Nick Cao and committed by GitHub 5465c7e2 154964cf

+2 -2
+2 -2
pkgs/development/tools/language-servers/ruff-lsp/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "ruff-lsp"; 19 - version = "0.0.49"; 19 + version = "0.0.50"; 20 20 pyproject = true; 21 21 disabled = pythonOlder "3.7"; 22 22 ··· 24 24 owner = "astral-sh"; 25 25 repo = "ruff-lsp"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-AL0p5NbhBxgw0mJYWcGb4EeztO7ermmcm5YrO/M8TKU="; 27 + hash = "sha256-4LGCHbd5NVp6DakE9MwyB64BaMqHgYLxGGo9IXZzjiE="; 28 28 }; 29 29 30 30 postPatch = ''